From 4aac483ed6da5cf690f5f230f55cb5598e355d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:42:54 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.75.17 to 2.75.22 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.17 to 2.75.22. - [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/58e862542551f667fa44c8a2a4a1d64ad477c96a...cf525cb33f51aca27cd6fa02034117ab963ff9f1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.22 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 dd884fd..85e1e85 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@58e862542551f667fa44c8a2a4a1d64ad477c96a # 2.75.17 + - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # 2.75.22 with: tool: cargo-tarpaulin diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 625bfb7..cf28ba4 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@58e862542551f667fa44c8a2a4a1d64ad477c96a # 2.75.17 + - uses: taiki-e/install-action@cf525cb33f51aca27cd6fa02034117ab963ff9f1 # 2.75.22 with: tool: cargo-tarpaulin