Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 375e0c7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent f4db712 commit f485e49
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 @@ -43,17 +43,17 @@ jobs:
components: rustfmt, clippy

- name: 🧰 Install clippy-sarif
uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2
uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2
uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2
uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2
with:
tool: cargo-deny

Expand Down Expand Up @@ -210,15 +210,15 @@ jobs:
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

- name: 🧰 Install nextest
uses: taiki-e/install-action@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2
uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # 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@bb30b77c17b9642b9e613dc93e01b970619869f8 # v2
uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down

0 comments on commit f485e49

Please sign in to comment.