Skip to content

Commit 69e325b

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent e3fd14d commit 69e325b

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
@@ -27,7 +27,7 @@ jobs:
2727
node-version: [10.x, 12.x]
2828

2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131

3232
- name: Use Node.js ${{ matrix.node-version }}
3333
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)