From d299e80b2d153377859bce7d33bd6468da4ab964 Mon Sep 17 00:00:00 2001 From: "prd-carapulse[bot]" <264278285+prd-carapulse[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:59:46 +0000 Subject: [PATCH] ci: pin foundry-toolchain to v1.9.1 Pins foundry-rs/foundry-toolchain to the v1.9.1 commit 908c540300062bd5a7e473851cdb4282204cee09.\n\nWhy now: foundryup became a Rust binary in foundry-rs/foundry#15498, while the v1.7 bootstrap program still invokes it as a bash script. The bootstrap fetches the latest foundryup, so the unpinned action can now break CI.\n\nVerification: workflow and local composite-action files containing foundry-rs/foundry-toolchain were updated; tests not run (workflow ref update only).\n\nRequested by: <@U03C031MDG8> | Quentin Garchery --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09880b1..fa40cc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: submodules: recursive - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 + uses: foundry-rs/foundry-toolchain@908c540300062bd5a7e473851cdb4282204cee09 # v1.9.1 with: version: nightly