From 8bd6066670853a191c43e7b95c5c0ef78f13aef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:27:33 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/internal-check-links-in-documentation.yml | 2 +- .github/workflows/internal-check-renovate-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/internal-check-links-in-documentation.yml b/.github/workflows/internal-check-links-in-documentation.yml index 841ee8f22..aff466c51 100644 --- a/.github/workflows/internal-check-links-in-documentation.yml +++ b/.github/workflows/internal-check-links-in-documentation.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v5 - name: Setup node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/internal-check-renovate-config.yml b/.github/workflows/internal-check-renovate-config.yml index 0fda3a1b2..b77946d39 100644 --- a/.github/workflows/internal-check-renovate-config.yml +++ b/.github/workflows/internal-check-renovate-config.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5 - name: Setup node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: '.nvmrc'