From 844eddcdb0adc8bd7c07963f3616b864435038af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:06:36 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.87.5 to 2.87.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.5 to 2.87.7. - [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/5bf6ce016fd2e72eefc647cbca1e4213f65955b8...84f5ac3124727fb3d284d4d22ee9ab3654fd09a6) --- 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/pr-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e7d4917..9bbe755 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -55,7 +55,7 @@ jobs: - name: Install cargo-llvm-cov if: matrix.os == 'ubuntu-24.04' - uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 + uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7 with: tool: cargo-llvm-cov