Skip to content

Commit adbeebe

Browse files
chore(deps): update actions/checkout action to v4
1 parent 4a5916d commit adbeebe

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@v3
33+
- uses: actions/checkout@v4
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v3
3636
with:

0 commit comments

Comments
 (0)