From 84fba12a629ba944265aaa1513e994c758dd92eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:56:05 +0000 Subject: [PATCH] Update actions/setup-node action to v6.5.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/rebuild-bundle.yml | 2 +- .github/workflows/staging.yml | 2 +- .github/workflows/void-deploy.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67ad886..c575b07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: 11.10.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/rebuild-bundle.yml b/.github/workflows/rebuild-bundle.yml index 3f7d863..076b593 100644 --- a/.github/workflows/rebuild-bundle.yml +++ b/.github/workflows/rebuild-bundle.yml @@ -44,7 +44,7 @@ jobs: with: version: 11.10.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 72464db..d4a515e 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -22,7 +22,7 @@ jobs: with: version: 11.10.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/void-deploy.yml b/.github/workflows/void-deploy.yml index 6f86c93..e639376 100644 --- a/.github/workflows/void-deploy.yml +++ b/.github/workflows/void-deploy.yml @@ -29,7 +29,7 @@ jobs: with: version: 11.10.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: 24 cache: pnpm