From 0aff7ba6fa7f83d0a4c75e08091919db032e7057 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:15:02 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 278aeeb --- .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 dc2f550d2..778e090c1 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@a533731dca077df9a3f937b9dcafcf679010d002 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2 with: tool: clippy-sarif - name: 🧰 Install sarif-fmt - uses: taiki-e/install-action@a533731dca077df9a3f937b9dcafcf679010d002 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2 with: tool: sarif-fmt - name: 🧰 Install cargo-deny - uses: taiki-e/install-action@a533731dca077df9a3f937b9dcafcf679010d002 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2 with: tool: cargo-deny @@ -210,7 +210,7 @@ jobs: uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 - name: 🧰 Install nextest - uses: taiki-e/install-action@a533731dca077df9a3f937b9dcafcf679010d002 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # 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@a533731dca077df9a3f937b9dcafcf679010d002 # v2 + uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2 env: CARGO_BUILD_TARGET: ${{ matrix.host-target }} with: