From 7b92c9f37e06bb81d056b87626b019829f49d81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:44:12 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.2. - [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.2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.2 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 bc3df294b..7551103ce 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -47,7 +47,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.2 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 8295fbe5e..13fa4549a 100644 --- a/.github/workflows/generate_coverage_pr.yaml +++ b/.github/workflows/generate_coverage_pr.yaml @@ -42,7 +42,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.2 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 666700f79..71806e71e 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -76,7 +76,7 @@ jobs: - id: tools name: Install Tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.2 with: tool: cargo-llvm-cov, cargo-nextest