Skip to content

Commit 9b449c3

Browse files
authored
Update Scarb versions in README.md (#32)
1 parent 702cec8 commit 9b449c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: software-mansion/setup-scarb@v1
1818
with:
19-
scarb-version: "2.3.0"
19+
scarb-version: "2.9.1"
2020
- run: scarb fmt --check
2121
- run: scarb test
2222
```
2323
2424
## Inputs
2525
2626
- `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"`.
2929
- `"latest"` to download latest stable version.
3030
- `"nightly"` to download latest nightly version.
3131
- Empty/not specified: the `.tool-versions` file will be read to resolve Scarb version, and in case it is not

0 commit comments

Comments
 (0)