Skip to content

Commit

Permalink
Update version to v3 in README (#22)
Browse files Browse the repository at this point in the history
* Update version to v3 in README

* Update checks.yml

* Update checks.yml

* Update checks.yml

* Update checks.yml

* Update versions.js

* Update versions.js

* Update checks.yml

* Update checks.yml

* Update checks.yml

* Update checks.yml

* Update versions.js
  • Loading branch information
drknzz authored Mar 18, 2024
1 parent bd5fc26 commit 106e83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Create .tool-versions file"
run: echo "scarb 2.5.0 \nstarknet-foundry 0.16.0" >> .tool-versions
run: echo -en 'scarb 2.5.0 \nstarknet-foundry 0.16.0' > .tool-versions

- name: "Setup Scarb using `.tool-versions` file"
uses: software-mansion/setup-scarb@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: foundry-rs/setup-snfoundry@v2
- uses: foundry-rs/setup-snfoundry@v3
- run: snforge
```
Expand Down

0 comments on commit 106e83f

Please sign in to comment.