From 84ecae206fdc9047daae8bb5bda991e7ac101f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 09:38:05 +0000 Subject: [PATCH] Update actions/setup-node action to v6.4.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 582fdca37..a8a611225 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 14ae49243..729079d80 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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0