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