Skip to content

Commit 3065fc4

Browse files
chore(deps): update actions/checkout action to v4
1 parent 0e8d21c commit 3065fc4

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
@@ -21,7 +21,7 @@ jobs:
2121
node-version: [16, 18, 20]
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v3
2727
with:

0 commit comments

Comments
 (0)