From 4248f699add05d66e9674df737338c41a52588e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:09:21 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to dbc32cd --- .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 7941983d0..a64ec8d8f 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@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 + uses: taiki-e/install-action@dbc32cd89278f24bd864023c3340ac21971f0bec # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 + uses: taiki-e/install-action@dbc32cd89278f24bd864023c3340ac21971f0bec # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 + uses: taiki-e/install-action@dbc32cd89278f24bd864023c3340ac21971f0bec # v2 with: tool: cargo-deny @@ -206,7 +206,7 @@ jobs: uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 + uses: taiki-e/install-action@dbc32cd89278f24bd864023c3340ac21971f0bec # 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@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2 + uses: taiki-e/install-action@dbc32cd89278f24bd864023c3340ac21971f0bec # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: