From cc6e54f021c4bc912d555bdfd0b1d2ee2888136d Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:15:26 +0000 Subject: [PATCH] Update actions/setup-node action to v6.5.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c7b86c41..65c9fb8d65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: global-json-file: global.json - name: Set up Node.js - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: 24.x - name: Build Frontend diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31e05e25ed..22a7db0bb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: with: global-json-file: global.json - name: Set up Node.js - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: 24.x - name: Build Frontend