Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scarb versions in README.md #32

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "2.3.0"
scarb-version: "2.9.1"
- run: scarb fmt --check
- run: scarb test
```

## Inputs

- `scarb-version` - **Optional**. String, either:
- Stating an explicit Scarb version to use, for example `"2.3.0"`.
- Stating an explicit nightly tag to use, for example `"nightly-2023-08-24"`.
- Stating an explicit Scarb version to use, for example `"2.9.1"`.
- Stating an explicit nightly tag to use, for example `"nightly-2024-12-03"`.
- `"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
Loading