From c8cccb788aa10e3dfa2497918f0e1d5b55180924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:42:57 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.68.10 to 2.75.26 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.10 to 2.75.26. - [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/305bebabd4457bed9b82541755f034994382465b...b651345a718c8f44efa2460560b3dbf29cbd7ee1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.26 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-with-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-with-coverage.yaml b/.github/workflows/test-with-coverage.yaml index ae1e70b..4701ae5 100644 --- a/.github/workflows/test-with-coverage.yaml +++ b/.github/workflows/test-with-coverage.yaml @@ -87,7 +87,7 @@ jobs: # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} - name: Install grcov - uses: taiki-e/install-action@305bebabd4457bed9b82541755f034994382465b # v2.68.10 + uses: taiki-e/install-action@b651345a718c8f44efa2460560b3dbf29cbd7ee1 # v2.75.26 with: tool: grcov,cargo-llvm-cov