From e2882f4d7a1a79b1f13dfddd1666da51f8dd46b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:24:22 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.82.3 to 2.82.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.3 to 2.82.11. - [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/ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3...5ebac0d9522d786674368e47e92963ba13f2c376) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 6ca5dc3e..a2d46d20 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -155,7 +155,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: toolchain: ${{ env.RUST_TOOLCHAIN }} - - uses: taiki-e/install-action@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 # v2.82.3 + - uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11 with: tool: cargo-hack - name: Run cargo hack powerset