From 1cbf1edaab1e6af3de6ccbb5e50db9b7baf28890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:24:21 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.81.3 to 2.82.0 in /.github/workflows Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.3 to 2.82.0. - [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...b8cecb83565409bcc297b2df6e77f030b2a468d5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-coverage.yaml | 2 +- .github/workflows/rust-verify-msrv.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-coverage.yaml b/.github/workflows/rust-coverage.yaml index 51ee7be..a324c58 100644 --- a/.github/workflows/rust-coverage.yaml +++ b/.github/workflows/rust-coverage.yaml @@ -48,7 +48,7 @@ jobs: with: toolchain: ${{ env.RUST_TOOLCHAIN }} - name: Install cargo-tarpaulin - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0 with: tool: cargo-tarpaulin diff --git a/.github/workflows/rust-verify-msrv.yaml b/.github/workflows/rust-verify-msrv.yaml index 1749208..e522e57 100644 --- a/.github/workflows/rust-verify-msrv.yaml +++ b/.github/workflows/rust-verify-msrv.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: toolchain: ${{ env.RUST_TOOLCHAIN }} - - uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 + - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 # v2.82.0 with: tool: cargo-hack - name: check MSRV