From 72bcb19c2e17f26f5cb6c56b078efee87a221d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:32:45 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action in the all-dependencies group Bumps the all-dependencies group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.45.13 to 2.47.2 - [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/v2.45.13...v2.47.2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/llvm-cov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index 37246ee9..ad516277 100644 --- a/.github/workflows/llvm-cov.yml +++ b/.github/workflows/llvm-cov.yml @@ -43,7 +43,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.45.13 + uses: taiki-e/install-action@v2.47.2 with: tool: cargo-llvm-cov