From e591f1f4e6e3932656380b6da5aca72ddb8ca2fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 07:16:12 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 0551545 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8516ba9..85294ae52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,17 +43,17 @@ jobs: components: rustfmt, clippy - name: 🧰 Install clippy-sarif - uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2 + uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2 + uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2 + uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2 with: tool: cargo-deny @@ -210,7 +210,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2 + uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: @@ -218,7 +218,7 @@ jobs: - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2 + uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: