From a73593ab91e6b1fc089769241863ff765e39b173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:44:06 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.5 to 2.86.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.5 to 2.86.6. - [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.5...v2.86.6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/generate_coverage_pr.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index f133c1258..bb92f19c4 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -48,7 +48,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.86.6 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 92633ba8e..89646645d 100644 --- a/.github/workflows/generate_coverage_pr.yaml +++ b/.github/workflows/generate_coverage_pr.yaml @@ -43,7 +43,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.86.6 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index e18fc5e8b..9c59e6b35 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -77,7 +77,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2.85.5 + uses: taiki-e/install-action@v2.86.6 with: tool: cargo-llvm-cov, cargo-nextest