Skip to content

Commit

Permalink
ci: update scarb in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Dec 18, 2023
1 parent dad39b9 commit 7e6a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Compile contracts
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.3.1"
scarb-version: "2.4.0"
- run: |
cd ./contracts && make generate_artifacts && scarb fmt --check
Expand Down

0 comments on commit 7e6a74b

Please sign in to comment.