Skip to content

Commit de222a8

Browse files
Merge pull request #442 from containers/renovate/actions-setup-node-6.x
[skip-ci] Update actions/setup-node action to v6
2 parents 147a025 + 7ac4fc7 commit de222a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v5
1414
- name: Set up Node.js
15-
uses: actions/setup-node@v5
15+
uses: actions/setup-node@v6
1616
with:
1717
# DO NOT MODIFY manually, this value is managed by renovate to ensure
1818
# it stays in-sync with package.json. See .github/renovate.json5

0 commit comments

Comments
 (0)