From d94fb4925193850d2782e681755c7a8741da2264 Mon Sep 17 00:00:00 2001 From: Joseph Gimba <86230531+Joewizy@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:26:53 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cd7e32..4ce3c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,13 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 with: scarb-version: "2.9.1" - - uses: foundry-rs/setup-snfoundry@v1 + - uses: foundry-rs/setup-snfoundry@v3 with: starknet-foundry-version: "0.32.0" + - run: snforge -V # Check the version of snforge - run: scarb fmt --check - run: scarb test