diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b5cb523..45a9aa2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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