From bdc444258b1a03c14fe60bbdcd3dc01c5e60d7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 22:42:49 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.75.22 to 2.75.29 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.22 to 2.75.29. - [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/cf525cb33f51aca27cd6fa02034117ab963ff9f1...b5fddbb5361bce8a06fb168c9d403a6cc552b084) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- .github/workflows/pull_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 85e1e85..512bdf7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup Rust run: rustup show - - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # 2.75.22 + - uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 # 2.75.29 with: tool: cargo-tarpaulin diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index cf28ba4..9d177f4 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -51,7 +51,7 @@ jobs: - name: Setup Rust run: rustup show - - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # 2.75.22 + - uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 # 2.75.29 with: tool: cargo-tarpaulin