From e7d8e473389dee9da79f8006c84c9f31239c8ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:24:13 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.10 to 2.86.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.86.1. - [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.85.10...v2.86.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 77a100d..ed02500 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.85.10 + uses: taiki-e/install-action@v2.86.1 with: tool: cargo-llvm-cov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7762fd9..671e7e9 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.85.10 + uses: taiki-e/install-action@v2.86.1 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.85.10 + uses: taiki-e/install-action@v2.86.1 with: tool: wasmtime diff --git a/.github/workflows/verification-gate.yml b/.github/workflows/verification-gate.yml index c061936..e9d6eb3 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.85.10 + uses: taiki-e/install-action@v2.86.1 with: tool: cargo-llvm-cov