From 28ef42c6a1372e1f54724966e47d91eecaab7ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:26:58 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.86.5 to 2.86.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.86.5 to 2.86.8. - [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/ba47c86ac325773530516bb756137ac718732518...fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db099c000..7af0bd466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: shared-key: rust-glibc-release - name: Install cargo-nextest if: needs.changes.outputs.code == 'true' - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.86.8 with: tool: cargo-nextest - name: cargo fmt @@ -166,7 +166,7 @@ jobs: # Prebuilt binary (~2s) instead of `cargo install --locked` (~2-3 min). - name: Install cargo-audit if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.86.8 with: tool: cargo-audit - name: Run cargo audit @@ -203,7 +203,7 @@ jobs: - name: Install cargo-deny if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.86.8 with: tool: cargo-deny - name: Run cargo deny check