Skip to content

Commit 81d741c

Browse files
authored
Merge pull request #150 from nschonni/checkout-v2
ci: use actions/checkout v2
2 parents 4fa8897 + f7809ff commit 81d741c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [12.x, 14.x, 16.x]
1515

1616
steps:
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v2
2020
with:

0 commit comments

Comments
 (0)