Skip to content

Commit 5a6cea3

Browse files
authored
Merge pull request #812 from danielnixon/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 12e8875 + d3bdb32 commit 5a6cea3

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

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

0 commit comments

Comments
 (0)