From fe6d65321cc586ffc66b45377d59c8fe9d841df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:43:41 +0000 Subject: [PATCH] Update actions/setup-node action to v6.3.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build.yml | 2 +- .github/workflows/site-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 7703a7750..b3a6e0301 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Use Node.js 22 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 24.14.0 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 93f4ee8fd..c3ad02eeb 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Use Node.js 22 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 24.14.0