From 8da53678eeb9279cecc46eb5b2cd70708791ec85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:11:42 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.65.10 to 2.66.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.65.10 to 2.66.3. - [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...90558ad1e179036f31467972b00dec6cb80701fa) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.66.3 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 8d4bef8..3cb5740 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@90558ad1e179036f31467972b00dec6cb80701fa # v2.66.3 with: tool: grcov,cargo-llvm-cov