From f3d700a554bd40a389f4e6ccd28fafd4ad61ae2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:28:20 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.69.8 to 2.75.1 in /.github/workflows Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.8 to 2.75.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/7bc99eee1f1b8902a125006cf790a1f4c8461e63...0c7a94999971db56e9df89df226240aab222e776) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.1 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 4050971..c05c0c4 100644 --- a/.github/workflows/rust-coverage.yaml +++ b/.github/workflows/rust-coverage.yaml @@ -44,7 +44,7 @@ jobs: with: toolchain: ${{ env.RUST_TOOLCHAIN }} - name: Install cargo-tarpaulin - uses: taiki-e/install-action@7bc99eee1f1b8902a125006cf790a1f4c8461e63 # v2.69.8 + uses: taiki-e/install-action@0c7a94999971db56e9df89df226240aab222e776 # v2.75.14 with: tool: cargo-tarpaulin diff --git a/.github/workflows/rust-verify-msrv.yaml b/.github/workflows/rust-verify-msrv.yaml index a62e075..6d72545 100644 --- a/.github/workflows/rust-verify-msrv.yaml +++ b/.github/workflows/rust-verify-msrv.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4 with: toolchain: ${{ env.RUST_TOOLCHAIN }} - - uses: taiki-e/install-action@7bc99eee1f1b8902a125006cf790a1f4c8461e63 # v2.69.8 + - uses: taiki-e/install-action@0c7a94999971db56e9df89df226240aab222e776 # v2.75.14 with: tool: cargo-hack - name: check MSRV