1
0
mirror of https://github.com/containers/podman.git synced 2026-02-05 15:45:08 +01:00

[skip-ci] Update actions/setup-node action to v6

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-14 05:09:32 +00:00
committed by GitHub
parent 32d6c54054
commit 73e42b3c9c

View File

@@ -77,7 +77,7 @@ jobs:
# Step 4: Setup Node.js environment
- name: Setup Node.js
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }}
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: latest