Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 77b010c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent e22448a commit 61cf1e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
components: rustfmt, clippy

- name: 🧰 Install clippy-sarif
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2
uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2
uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2
uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2
with:
tool: cargo-deny

Expand Down Expand Up @@ -206,15 +206,15 @@ jobs:
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2

- name: 🧰 Install nextest
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2
uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
tool: nextest

- name: 🧰 Install cargo-deb
if: endsWith(matrix.target, '-linux-gnu')
uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2
uses: taiki-e/install-action@77b010ce7843a10f653ccb6b0967bda4c3d81091 # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down

0 comments on commit 61cf1e1

Please sign in to comment.