Skip to content

Commit 6b31a8a

Browse files
committed
workflows: Update actions/checkout to v4.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent f8758fa commit 6b31a8a

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
@@ -10,6 +10,6 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- run: npm ci
1515
- run: npm test

0 commit comments

Comments
 (0)