From 73e42b3c9cdf4cf8cb336a31f35252388c25ae15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:09:32 +0000 Subject: [PATCH] [skip-ci] Update actions/setup-node action to v6 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 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