From b81d604b7e80019766fa36b626b254e34e81c904 Mon Sep 17 00:00:00 2001 From: msaug Date: Mon, 2 Oct 2023 17:30:48 +0700 Subject: [PATCH] chore: bump scarb CI --- .github/workflows/gas_reports.yml | 2 +- .github/workflows/gas_snapshot.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gas_reports.yml b/.github/workflows/gas_reports.yml index 07ecf9f27..6f443b411 100644 --- a/.github/workflows/gas_reports.yml +++ b/.github/workflows/gas_reports.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Scarb uses: software-mansion/setup-scarb@v1 with: - scarb-version: 0.7.0 + scarb-version: 2.3.0-rc0 - name: Run compare_snapshot script id: run-script diff --git a/.github/workflows/gas_snapshot.yml b/.github/workflows/gas_snapshot.yml index 1c03898e3..cadbd2214 100644 --- a/.github/workflows/gas_snapshot.yml +++ b/.github/workflows/gas_snapshot.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Scarb uses: software-mansion/setup-scarb@v1 with: - scarb-version: 0.7.0 + scarb-version: 2.3.0-rc0 - name: Generate gas snapshot run: python scripts/gen_snapshot.py diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d233fe144..c0d2afd61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 with: - scarb-version: 0.7.0 + scarb-version: 2.3.0-rc0 - run: scarb fmt --check - run: scarb build - run: scarb test