From a38475dd32e1d7f1146c90c74f145d5c2b7ed629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:25:32 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.86.1 to 2.86.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.86.1 to 2.86.5. - [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/v2.86.1...v2.86.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/verification-gate.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ed02500..2d61f11 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -57,7 +57,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.86.1 + uses: taiki-e/install-action@v2.86.5 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 671e7e9..bf9ca8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -464,7 +464,7 @@ jobs: uses: sigstore/cosign-installer@v3 - name: Install cargo-component - uses: taiki-e/install-action@v2.86.1 + uses: taiki-e/install-action@v2.86.5 with: tool: cargo-component @@ -473,7 +473,7 @@ jobs: # run-position-hold < 0.6) before it ships, not just built. (Per review: # install, don't skip — the skip in build-components.sh is only a fallback.) - name: Install wasmtime - uses: taiki-e/install-action@v2.86.1 + uses: taiki-e/install-action@v2.86.5 with: tool: wasmtime diff --git a/.github/workflows/verification-gate.yml b/.github/workflows/verification-gate.yml index e9d6eb3..5a818e3 100644 --- a/.github/workflows/verification-gate.yml +++ b/.github/workflows/verification-gate.yml @@ -134,7 +134,7 @@ jobs: # before reaching the script). - name: Install cargo-llvm-cov if: steps.scope.outputs.run_full == 'true' - uses: taiki-e/install-action@v2.86.1 + uses: taiki-e/install-action@v2.86.5 with: tool: cargo-llvm-cov