Skip to content

Commit 1ea1958

Browse files
Merge pull request #27048 from containers/renovate/actions-setup-node-5.x
[skip-ci] Update actions/setup-node action to v5
2 parents 84cbe0b + 80f1d48 commit 1ea1958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/first_contrib_cert_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Step 4: Setup Node.js environment
7878
- name: Setup Node.js
7979
if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }}
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v5
8181
with:
8282
node-version: latest
8383

0 commit comments

Comments
 (0)