Skip to content

Commit bfc53de

Browse files
authored
chore: pin nextest version in ci (#10800)
1 parent 6ceff66 commit bfc53de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nextest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
- uses: dtolnay/rust-toolchain@stable
5555
with:
5656
target: ${{ matrix.target }}
57-
- uses: taiki-e/install-action@nextest
57+
- uses: taiki-e/install-action@v2
58+
with:
59+
tool: nextest@0.9.98
5860

5961
# External tests dependencies
6062
- name: Setup Node.js

0 commit comments

Comments
 (0)