diff --git a/.github/workflows/first_contrib_cert_generator.yml b/.github/workflows/first_contrib_cert_generator.yml index b4ebbd0397..411d987b6e 100644 --- a/.github/workflows/first_contrib_cert_generator.yml +++ b/.github/workflows/first_contrib_cert_generator.yml @@ -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