Skip to content

Commit 761d04b

Browse files
Merge pull request #256 from rwjblue/dependabot/github_actions/actions/checkout-3
2 parents 8842fc9 + fcefa9a commit 761d04b

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
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [10.x, 12.x, 14.x]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: volta-cli/action@v1
2222
with:

0 commit comments

Comments
 (0)