From b9b3cb64882306e996ef4264ed3b3e6a2848aac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:26:21 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.68.34 to 2.82.9 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.34 to 2.82.9. - [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/de6bbd1333b8f331563d54a051e542c7dfef81c3...4684b8405694ae9dd42c9f39ba901a70ae83f4a3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72e60e3d1..dea705eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: targets: "${{ matrix.target }},wasm32-unknown-unknown" - name: Install cargo-nextest - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index d7bae282c..f5e7d9ab6 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -64,7 +64,7 @@ jobs: components: rustfmt, clippy - name: Install cargo-binstall - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3 # v2.82.9 with: tool: cargo-binstall