From 7d8b180f536d83fdfc0e436502d024c6cc94a50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:53:02 +0000 Subject: [PATCH] Bump foundry-rs/foundry-toolchain from 1.4.0 to 1.5.0 Bumps [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/foundry-rs/foundry-toolchain/releases) - [Changelog](https://github.com/foundry-rs/foundry-toolchain/blob/master/RELEASE.md) - [Commits](https://github.com/foundry-rs/foundry-toolchain/compare/82dee4ba654bd2146511f85f0d013af94670c4de...50d5a8956f2e319df19e6b57539d7e2acb9f8c1e) --- updated-dependencies: - dependency-name: foundry-rs/foundry-toolchain dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 3910d7f0e..9c4b130bd 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -80,7 +80,7 @@ jobs: steps: - name: Install Foundry # https://github.com/foundry-rs/foundry-toolchain/releases/tag/v1.4.0 - uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de + uses: foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e - name: Sign the image digest # TODO: continue-on-error is only for the PoC phase, remove when use mainnet