Skip to content

Commit 69dcf49

Browse files
authored
fix: use actions/checkout@v2 in test action'
1 parent c8b623a commit 69dcf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-test-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node_version: ['8', '10', '12']
2323
2424
steps:
25-
- uses: actions/checkout@master
25+
- uses: actions/checkout@v2
2626
- name: Use Node.js \${{ matrix.node_version }}
2727
uses: actions/setup-node@v1
2828
with:

0 commit comments

Comments
 (0)