From e59a457e5ead5d9a137730c6bdf9165ff5b92d01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:46:23 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 0779861 --- .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 e4ad6fa39..b904aaf69 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@df5dec2a2f73ff6dbace3072df1242669b7bb7d1 # v2 + uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@df5dec2a2f73ff6dbace3072df1242669b7bb7d1 # v2 + uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@df5dec2a2f73ff6dbace3072df1242669b7bb7d1 # v2 + uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2 with: tool: cargo-deny @@ -206,7 +206,7 @@ jobs: uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@df5dec2a2f73ff6dbace3072df1242669b7bb7d1 # v2 + uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # 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@df5dec2a2f73ff6dbace3072df1242669b7bb7d1 # v2 + uses: taiki-e/install-action@0779861fb45d2abc0679e6ff4713e53d06b089d0 # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: