Skip to content

Commit 2a1844c

Browse files
committedSep 27, 2022
ci(test.yml): set version v3 to actions/checkout
1 parent 04ec35d commit 2a1844c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 16
1818
- 18
1919
steps:
20-
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
20+
- uses: actions/checkout@v3
2121
- name: Setup Node v${{ matrix.node_version }}
2222
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
2323
with:
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- run: exit 1
3939
if: ${{ needs.test_matrix.result != 'success' }}
40-
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
40+
- uses: actions/checkout@v3
4141
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
4242
with:
4343
node-version: 16

0 commit comments

Comments
 (0)
Please sign in to comment.