From 5d98f99fce68c6c717b970736bd0a2c3c46a862d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:06:00 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.82.10 to 2.82.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.10 to 2.82.11. - [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/50414676f9f5d50a65992c6dd2ed02641263226c...5ebac0d9522d786674368e47e92963ba13f2c376) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.11 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 d5f3e78..05950f8 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@50414676f9f5d50a65992c6dd2ed02641263226c # v2.82.10 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11 with: tool: cargo-llvm-cov