From fa3afbd237177e27fe075612aa0cf8ea1f832afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:51:20 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.87.2 to 2.87.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.2 to 2.87.8. - [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.87.2...v2.87.8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 995a465ab..f2ac8046e 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.87.2 + uses: taiki-e/install-action@v2.87.8 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/generate_coverage_pr.yaml b/.github/workflows/generate_coverage_pr.yaml index 272db2bc9..d4943a423 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.87.2 + uses: taiki-e/install-action@v2.87.8 with: tool: grcov,cargo-llvm-cov diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 49c7b9797..4ed62673c 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.87.2 + uses: taiki-e/install-action@v2.87.8 with: tool: cargo-llvm-cov, cargo-nextest