Skip to content

Commit

Permalink
Update Scarb versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput authored Aug 24, 2023
1 parent 9f06ca1 commit 889d8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.6.0"
scarb-version: "0.7.0"
- run: scarb fmt --check
- run: scarb test
```
## Inputs
- `scarb-version` - **Optional**. String, either:
- Stating an explicit Scarb version to use, for example `"0.6.0"`.
- Stating an explicit nightly tag to use, for example `"nightly-2023-08-10"`.
- Stating an explicit Scarb version to use, for example `"0.7.0"`.
- Stating an explicit nightly tag to use, for example `"nightly-2023-08-24"`.
- `"latest"` to download latest stable version.
- `"nightly"` to download latest nightly version.
- Empty/not specified: the `.tool-versions` file will be read to resolve Scarb version, and in case it is not
Expand Down

0 comments on commit 889d8f6

Please sign in to comment.