From 62c71a976a33a0ccbfa6a1cfbdec71d98e2bc345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:05:35 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.82.3 to 2.82.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.3 to 2.82.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/ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3...16b05812d776ae1dfaabc8277e421fb6d2506419) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ad8c0444..fa9e79ab 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -70,7 +70,7 @@ jobs: with: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-llvm-cov - name: Collect coverage