Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to c284405
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent 885cfb7 commit bddcfe0
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@e96513f64c39eb6ebc73e13b6e8470317202483a # v2
uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@e96513f64c39eb6ebc73e13b6e8470317202483a # v2
uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@e96513f64c39eb6ebc73e13b6e8470317202483a # v2
uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # v2
with:
tool: cargo-deny

Expand Down Expand Up @@ -211,15 +211,15 @@ jobs:

- name: 🧰 Install nextest
if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-')
uses: taiki-e/install-action@e96513f64c39eb6ebc73e13b6e8470317202483a # v2
uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # 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@e96513f64c39eb6ebc73e13b6e8470317202483a # v2
uses: taiki-e/install-action@c28440593e2689ec0c3803c7468907b0c00bff63 # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down

0 comments on commit bddcfe0

Please sign in to comment.