Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 0087e57
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 917f1ac commit bc7c3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ jobs:

- name: 🧰 Install nextest
if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-')
uses: taiki-e/install-action@5b205dd5b807eef56fdbfeedeedcee63c5d44090 # v2
uses: taiki-e/install-action@0087e57cc32309b88e642e6fd964bafa2c563504 # v2
with:
tool: nextest

- name: 🧰 Install cargo-deb
if: endsWith(matrix.target, '-linux-gnu')
uses: taiki-e/install-action@5b205dd5b807eef56fdbfeedeedcee63c5d44090 # v2
uses: taiki-e/install-action@0087e57cc32309b88e642e6fd964bafa2c563504 # v2
with:
tool: cargo-deb

Expand Down

0 comments on commit bc7c3f1

Please sign in to comment.