From b64c4fb8f4d23efed45cab2aa507ab327a494a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:20:27 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .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 db14dae8f..1ee39ce08 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@v5 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/internal-check-renovate-config.yml b/.github/workflows/internal-check-renovate-config.yml index b77946d39..84d7879b4 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@v5 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc'