mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +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
|
# Step 4: Setup Node.js environment
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }}
|
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:
|
with:
|
||||||
node-version: latest
|
node-version: latest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user