From 300e48f47cb35870cbc4513cb19a4b96c167e0c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:10:44 -0400 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.4.0 (#5033) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-bundle.yml | 2 +- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-bundle.yml b/.github/workflows/ci-bundle.yml index 33351218d..e919d729f 100644 --- a/.github/workflows/ci-bundle.yml +++ b/.github/workflows/ci-bundle.yml @@ -19,7 +19,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 - name: Install npm dependencies run: npm install --ignore-scripts diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 505892b4a..8afa6fb00 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -46,7 +46,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index fbc5b744a..2e1075178 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -179,7 +179,7 @@ jobs: - name: Setup NodeJS # Clang compiled NodeJS has issues when running rollup webpack if: matrix.msystem != 'ucrt64' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 'lts/*'