From d6aeec5da29701a97dfcf13820028347ba101c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:12:38 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.81.10 to 2.82.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.10 to 2.82.1. - [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/7a79fe8c3a13344501c80d99cae481c1c9085912...8b3c737da4b541bf0fb5a3e0488ff20535badac9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c78dc31..aa82373 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -125,7 +125,7 @@ jobs: with: toolchain: stable - name: cargo install cargo-hack - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # tag=v2.81.10 + uses: taiki-e/install-action@8b3c737da4b541bf0fb5a3e0488ff20535badac9 # tag=v2.82.1 with: tool: cargo-hack # intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fad8b1..ce969e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -154,7 +154,7 @@ jobs: toolchain: stable components: llvm-tools-preview - name: cargo install cargo-llvm-cov - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # tag=v2.81.10 + uses: taiki-e/install-action@8b3c737da4b541bf0fb5a3e0488ff20535badac9 # tag=v2.82.1 with: tool: cargo-llvm-cov - name: cargo generate-lockfile