Update actions/setup-node action to v5
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 15s

This commit is contained in:
2025-09-10 12:04:17 +00:00
parent 704b80eef9
commit 9c1014e574

View File

@@ -37,7 +37,7 @@ jobs:
- name: Set up Node.js
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: '22'