Skip to content

Commit c3d7e71

Browse files
fix: minor change
1 parent 41d467d commit c3d7e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
node-version: [12.x]
1919
steps:
20-
- uses: actions/checkout@master
20+
- uses: actions/checkout@v2
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)