From 384e721071816301aea5e45eded7a6ac19f49bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:19:09 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/electron-builder-linux.yml | 2 +- .github/workflows/electron-builder-mac.yml | 2 +- .github/workflows/electron-builder-win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/electron-builder-linux.yml b/.github/workflows/electron-builder-linux.yml index d884098..aa79559 100644 --- a/.github/workflows/electron-builder-linux.yml +++ b/.github/workflows/electron-builder-linux.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Installing Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 23 - name: Build and publish diff --git a/.github/workflows/electron-builder-mac.yml b/.github/workflows/electron-builder-mac.yml index ed99b38..103db0c 100644 --- a/.github/workflows/electron-builder-mac.yml +++ b/.github/workflows/electron-builder-mac.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Installing Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 23 - name: Build and publish diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml index f2767a5..c6072a2 100644 --- a/.github/workflows/electron-builder-win.yml +++ b/.github/workflows/electron-builder-win.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Installing Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 23 - name: Build and publish