Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit b4079b8

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent d2575bc commit b4079b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

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

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

0 commit comments

Comments
 (0)