From 0f671c6f4a9168f08dc67ac6d4ea0fd5f14ef3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:09:15 -0500 Subject: [PATCH] ci(deps): bump actions/setup-node in the github-actions group (#1068) Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/beta-release.yml | 4 ++-- .github/workflows/electron.yml | 8 ++++---- .github/workflows/openapi.yml | 2 +- .github/workflows/pr-check.yml | 2 +- .github/workflows/release.yml | 14 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index 4f189677..4f32f161 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -67,7 +67,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 324cc50f..3b9d1c82 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -72,7 +72,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" @@ -166,7 +166,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" @@ -380,7 +380,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" @@ -966,7 +966,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index c76952da..54f1486f 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 2e48e167..123f4dcb 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf89c5a1..d4b51618 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -92,7 +92,7 @@ jobs: token: ${{ secrets.GHCR_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" cache: "npm" @@ -144,7 +144,7 @@ jobs: token: ${{ secrets.GHCR_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -225,7 +225,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -304,7 +304,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc" @@ -420,7 +420,7 @@ jobs: path: termix - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: "termix/.nvmrc" cache: "npm" @@ -513,7 +513,7 @@ jobs: fetch-depth: 1 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: ".nvmrc"