From 80f1d48d4447ce7994304dd591214ee78a28a6c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:03:12 +0000 Subject: [PATCH] [skip-ci] Update actions/setup-node action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/first_contrib_cert_generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first_contrib_cert_generator.yml b/.github/workflows/first_contrib_cert_generator.yml index e7b100efe7..5ded33001a 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@v4 + uses: actions/setup-node@v5 with: node-version: latest