Skip to content

Commit

Permalink
fix: change snfoundry version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfalt committed Sep 30, 2024
1 parent c556fdd commit a66363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contract_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: foundry-rs/setup-snfoundry@v3
if: needs.determine-changes.outputs.contracts_dir == 'true'
with:
starknet-foundry-version: "0.20.1"
starknet-foundry-version: "0.27.0"

- name: Run Cairo tests
if: needs.determine-changes.outputs.contracts_dir == 'true'
Expand Down

0 comments on commit a66363a

Please sign in to comment.