Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to ac7879e (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent d93f93f commit 770c86c
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@47d27149ff6b3422864ec504071d5cc7873d642e # v2
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e # v2
with:
tool: nextest

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

Expand Down

0 comments on commit 770c86c

Please sign in to comment.