From 9a348a241691a9e54004b3e31f0c92b4eb5a4c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:25:20 +0000 Subject: [PATCH] build(deps): bump foundry-rs/foundry-toolchain from 1.3.1 to 1.4.0 Bumps [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain) from 1.3.1 to 1.4.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/de808b1eea699e761c404bda44ba8f21aba30b2c...82dee4ba654bd2146511f85f0d013af94670c4de) --- updated-dependencies: - dependency-name: foundry-rs/foundry-toolchain dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 2da56828..14164c6f 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Install Foundry - uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1 + uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0 with: version: nightly