Skip to content

Commit 1d0b915

Browse files
U: use actions/checkout@v6, ref c325438
1 parent c325438 commit 1d0b915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git config --global core.autocrlf false
2020
git config --global core.symlinks true
2121
if: runner.os == 'Windows'
22-
- uses: actions/checkout@6
22+
- uses: actions/checkout@v6
2323
with:
2424
show-progress: false
2525
- name: v${{ matrix.node-version }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)