Skip to content

Commit 86eecc9

Browse files
Merge pull request #27289 from containers/renovate/actions-setup-node-6.x
[skip-ci] Update actions/setup-node action to v6
2 parents 32d6c54 + 73e42b3 commit 86eecc9

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@v5
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version: latest
8383

0 commit comments

Comments
 (0)