Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 5e8239e

Browse files
Merge pull request #45 from HyperLife1119/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents e711cae + 1e6b983 commit 5e8239e

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
@@ -20,7 +20,7 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v3
2626
with:

0 commit comments

Comments
 (0)