From bb8b290387add0fe81e87be688c8485c70977f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:23:36 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.81.3 to 2.82.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.3 to 2.82.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/25435dc8dd3baed7417e0c96d3fe89013a5b2e09...ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a77216a..a1acac8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Install Rust LLVM tools preview run: rustup component add llvm-tools-preview - name: Install Rust coverage tool - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 # v2.82.3 with: tool: cargo-llvm-cov - name: Fetch Rust dependencies