From a148e9a8a91de7785e0872874136ccba92e554e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:23:52 +0000 Subject: [PATCH] build(deps): bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain). Updates `taiki-e/install-action` from 2.84.0 to 2.85.3 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9...18b1216eba7f8039b0f8d131d5473787f0edce68) Updates `foundry-rs/foundry-toolchain` from 1.9.0 to 1.9.1 - [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/b00af27efadbc7b4ca8b82abbd903b17cc874d2a...908c540300062bd5a7e473851cdb4282204cee09) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: foundry-rs/foundry-toolchain dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2a07921..796915b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -141,7 +141,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 - name: cargo install cargo-hack - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 + uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2.85.3 with: tool: cargo-hack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77ed37f..4394a06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 - name: Install Foundry - uses: foundry-rs/foundry-toolchain@b00af27efadbc7b4ca8b82abbd903b17cc874d2a # v1.9.0 + uses: foundry-rs/foundry-toolchain@908c540300062bd5a7e473851cdb4282204cee09 # v1.9.1 - name: Cache cargo-nextest binary id: cache-cargo-nextest @@ -45,7 +45,7 @@ jobs: - name: Install cargo-nextest if: steps.cache-cargo-nextest.outputs.cache-hit != 'true' - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2.84.0 + uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2.85.3 with: tool: cargo-nextest