Skip to content

Commit 1f317b4

Browse files
authored
Merge pull request lisong#136 from shm-open/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
2 parents 34b9422 + 920ab62 commit 1f317b4

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
@@ -30,7 +30,7 @@ jobs:
3030
- 3306:3306
3131

3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v2
3636
with:

0 commit comments

Comments
 (0)