From 43e12e07d5b5bd668ccab9de86b975da46718f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:55:44 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.65.10 to 2.65.15 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.65.10 to 2.65.15. - [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/e0db384ad69f5ba2c6dd0129d8934e0d0ba465c1...dfcb1ee29051d97c8d0f2d437199570008fd5612) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.65.15 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8d4bef8..600e09f 100644 --- a/.github/workflows/test-with-coverage.yaml +++ b/.github/workflows/test-with-coverage.yaml @@ -82,7 +82,7 @@ jobs: # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} - name: Install grcov - uses: taiki-e/install-action@e0db384ad69f5ba2c6dd0129d8934e0d0ba465c1 # v2.65.10 + uses: taiki-e/install-action@dfcb1ee29051d97c8d0f2d437199570008fd5612 # v2.65.15 with: tool: grcov,cargo-llvm-cov