Skip to content

Commit d6346d9

Browse files
authored
Merge pull request #701 from DoNewsCode/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 3f24d50 + 5ab5546 commit d6346d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [14.x]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@v3
2424
with:

0 commit comments

Comments
 (0)