Skip to content

Commit

Permalink
ci: use actions/checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 8, 2021
1 parent 4fa8897 commit f7809ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit f7809ff

Please sign in to comment.