From 5d0f2d3bab0d551c824a658c0817d81467b99207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:43:18 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.3. - [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.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.3 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..1c9ce26ac 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.3 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 8295fbe5e..d3d5903ff 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.3 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 666700f79..bee67d9fe 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.3 with: tool: cargo-llvm-cov, cargo-nextest