From 02d4ea4fe5524525e3fc8dd6b70d428efdaae5c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:38:59 -0400 Subject: [PATCH] Update taiki-e/install-action action to v2.81.7 (#19848) --- .github/workflows/bench.yml | 6 +++--- .github/workflows/check-lint.yml | 2 +- .github/workflows/test-windows-trampolines.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 77754a0254..0479e112dd 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -35,7 +35,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-codspeed @@ -72,7 +72,7 @@ jobs: persist-credentials: false - name: "Install codspeed" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-codspeed @@ -113,7 +113,7 @@ jobs: run: rustup show - name: "Install codspeed" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-codspeed diff --git a/.github/workflows/check-lint.yml b/.github/workflows/check-lint.yml index 04da57b8d1..529be74507 100644 --- a/.github/workflows/check-lint.yml +++ b/.github/workflows/check-lint.yml @@ -151,7 +151,7 @@ jobs: with: persist-credentials: false - name: "Install cargo shear" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-shear@1.12.4 - run: cargo shear --deny-warnings diff --git a/.github/workflows/test-windows-trampolines.yml b/.github/workflows/test-windows-trampolines.yml index 0f4c9df467..308eb67087 100644 --- a/.github/workflows/test-windows-trampolines.yml +++ b/.github/workflows/test-windows-trampolines.yml @@ -87,7 +87,7 @@ jobs: rustup component add rust-src --target ${{ matrix.target-arch }}-pc-windows-msvc - name: "Install cargo-bloat" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-bloat diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ae51f3702..af8ba9b669 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: sudo chown "$(id -u):$(id -g)" /minix - name: "Install cargo nextest" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-nextest @@ -159,7 +159,7 @@ jobs: run: uv python install - name: "Install cargo nextest" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-nextest @@ -251,7 +251,7 @@ jobs: New-SmbShare -Name "uv-alt-fs" -Path "C:\uv-smb" -FullAccess "Everyone" - name: "Install cargo nextest" - uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 + uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 with: tool: cargo-nextest