From 5a75e159485b1da85c54f9863e6c3ce95fc868c3 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Sun, 5 Nov 2023 15:15:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da448bef..36d683d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: Check on: [push, pull_request] env: - DOJO_VERSION: v0.3.3 + DOJO_VERSION: v0.3.3 + SCARB_VERSION: v2.3.1 jobs: check: @@ -12,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: software-mansion/setup-scarb@v1 + with: + scarb-version: ${{ env.SCARB_VERSION }} - name: Format run: scarb fmt --check shell: bash