From b978b4dca30fc3e24e60577c199cdf00d0a7d5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 06:08:58 +0000 Subject: [PATCH] ci: bump taiki-e/install-action from 2.62.40 to 2.62.45 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.40 to 2.62.45. - [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/41ef8c65f4034ff24ab1cc2cef52f3000bcf9523...81ee1d48d9194cdcab880cbdc7d36e87d39874cb) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0a299610c..2add54e19 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2 - uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1 - - uses: taiki-e/install-action@41ef8c65f4034ff24ab1cc2cef52f3000bcf9523 # v2 + - uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2 with: tool: cargo-llvm-cov - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5