From 4eca4675148029fb5d8f68e1992610ab6fdb30b2 Mon Sep 17 00:00:00 2001 From: undercover-cactus Date: Thu, 23 Oct 2025 16:33:27 +0200 Subject: [PATCH] ci: pin forge version when installing it (#243) In this PR, we pin the forge version use in the linter task. When forge make a new release it brokes the linter task. In the future we can update the forge version explicitly. --------- Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com> --- .github/workflows/task-foundry-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/task-foundry-tests.yml b/.github/workflows/task-foundry-tests.yml index 41fffc94..a988d8fe 100644 --- a/.github/workflows/task-foundry-tests.yml +++ b/.github/workflows/task-foundry-tests.yml @@ -31,6 +31,8 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 + with: + version: v1.4.3 - name: Cache Foundry libraries uses: actions/cache@v4