From 2b6c3dd73e82864fce8bec0e0863fa9326770a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:22:32 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.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...v2.85.6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.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 848a8da01..bd253a20e 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -37,7 +37,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 403490dc0..e0d7beaf6 100644 --- a/.github/workflows/generate_coverage_pr.yaml +++ b/.github/workflows/generate_coverage_pr.yaml @@ -37,7 +37,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 1e76bb903..f3aeed00a 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -103,7 +103,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-machete