Commit 9b449c3 1 parent 702cec8 commit 9b449c3 Copy full SHA for 9b449c3
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
16
16
- uses : actions/checkout@v3
17
17
- uses : software-mansion/setup-scarb@v1
18
18
with :
19
- scarb-version : " 2.3.0 "
19
+ scarb-version : " 2.9.1 "
20
20
- run : scarb fmt --check
21
21
- run : scarb test
22
22
` ` `
23
23
24
24
## Inputs
25
25
26
26
- ` scarb-version` - **Optional**. String, either:
27
- - Stating an explicit Scarb version to use, for example `"2.3.0 "`.
28
- - Stating an explicit nightly tag to use, for example `"nightly-2023-08-24 "`.
27
+ - Stating an explicit Scarb version to use, for example `"2.9.1 "`.
28
+ - Stating an explicit nightly tag to use, for example `"nightly-2024-12-03 "`.
29
29
- ` "latest"` to download latest stable version.
30
30
- ` "nightly"` to download latest nightly version.
31
31
- Empty/not specified : the `.tool-versions` file will be read to resolve Scarb version, and in case it is not
You can’t perform that action at this time.
0 commit comments