From 0ebcdd2b83cb9c24079240326611e988f0730537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:57:07 +0000 Subject: [PATCH] chore: Bump taiki-e/install-action from 2.45.6 to 2.45.14 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.6 to 2.45.14. - [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/6da51af62171044932d435033daa70a0eb3383ba...ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1) --- updated-dependencies: - dependency-name: taiki-e/install-action 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 76da5c8..a43b402 100644 --- a/.github/workflows/test-with-coverage.yaml +++ b/.github/workflows/test-with-coverage.yaml @@ -71,7 +71,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }} - name: Install grcov - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2.45.6 + uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2.45.14 with: tool: grcov,cargo-llvm-cov