mirror of
https://github.com/containers/podman.git
synced 2025-10-09 14:56:05 +08:00
[skip-ci] Update actions/setup-node action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@ -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@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
|
Reference in New Issue
Block a user