From f4d2c6dbd1860d52a5b380108a0b81290a330792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:45:16 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.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...v2.85.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.5 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..704bf7224 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.5 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 8295fbe5e..582d3cce4 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.5 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 666700f79..719b6b6b0 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.5 with: tool: cargo-llvm-cov, cargo-nextest