Skip to content

Commit 5d1b0af

Browse files
authored
Merge pull request #1356 from EliahKagan/fix-install-action
Use v2 of taiki-e/install-action
2 parents 048e43e + 9d5f85b commit 5d1b0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- run: |
8383
# it should never be a failure not to get the caches, as they can be regenerated.
8484
git lfs fetch && git lfs checkout || true
85-
- uses: taiki-e/install-action@v1
85+
- uses: taiki-e/install-action@v2
8686
with:
8787
tool: nextest
8888
- name: "Test (nextest)"
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
toolchain: stable
104104
targets: ${{ matrix.target }}
105-
- uses: taiki-e/install-action@v1
105+
- uses: taiki-e/install-action@v2
106106
with:
107107
tool: cross
108108
- name: "check"

0 commit comments

Comments
 (0)