diff --git a/.github/workflows/gas.yml b/.github/workflows/gas.yml index 03f7f4b5..40a3b44d 100644 --- a/.github/workflows/gas.yml +++ b/.github/workflows/gas.yml @@ -45,7 +45,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: v1.3.5 - name: Check gas snapshots run: forge snapshot --check diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba3ac63e..7c790958 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: v1.3.5 - name: Check Forge fmt run: forge fmt --check diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f8b25ba..5ba613cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: - version: nightly + version: v1.3.5 - name: Run Forge build with ${{ matrix.profile }} # We always build with 0.7.6 to ensure that the project is compatible with the oldest version