From 048ece571a1a398c220907da4ac61174f7b29666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 07:41:59 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 8484225 --- .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 c5819af25..acffa839e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,17 +39,17 @@ jobs: components: rustfmt, clippy - name: 🧰 Install clippy-sarif - uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e # v2 + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e # v2 + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e # v2 + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 with: tool: cargo-deny @@ -206,7 +206,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e # v2 + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: @@ -214,7 +214,7 @@ jobs: - name: 🧰 Install cargo-deb if: endsWith(matrix.target, '-linux-gnu') - uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e # v2 + uses: taiki-e/install-action@8484225d9734e230a8bf38421a4ffec1cc249372 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: