Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1356 from EliahKagan/fix-install-action
Browse files Browse the repository at this point in the history
Use v2 of taiki-e/install-action
  • Loading branch information
Byron authored May 7, 2024
2 parents 048e43e + 9d5f85b commit 5d1b0af
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 @@ -82,7 +82,7 @@ jobs:
- run: |
# it should never be a failure not to get the caches, as they can be regenerated.
git lfs fetch && git lfs checkout || true
- uses: taiki-e/install-action@v1
- uses: taiki-e/install-action@v2
with:
tool: nextest
- name: "Test (nextest)"
Expand All @@ -102,7 +102,7 @@ jobs:
with:
toolchain: stable
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v1
- uses: taiki-e/install-action@v2
with:
tool: cross
- name: "check"
Expand Down

0 comments on commit 5d1b0af

Please sign in to comment.