From df9e11f6dcd2af541c9366bfb24b2d323adc312a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 06:38:23 +0000 Subject: [PATCH] chore(ci): bump the actions-all group across 1 directory with 2 updates Bumps the actions-all group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/setup-node` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.5.0...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/build-desktop.yml | 4 ++-- .github/workflows/ci.yml | 10 +++++----- .github/workflows/pullfrog.yml | 2 +- .github/workflows/release-brand-matrix.yml | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 89ba8814d..da0658823 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -165,7 +165,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -241,7 +241,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@v7 + - uses: actions/setup-node@v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 348e6dea1..a7f43ae3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@v7 + - uses: actions/setup-node@v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -149,7 +149,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@v7 + - uses: actions/setup-node@v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -200,7 +200,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@v7 + - uses: actions/setup-node@v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -239,7 +239,7 @@ jobs: run_install: false cache: true - - uses: actions/setup-node@v7 + - uses: actions/setup-node@v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -339,7 +339,7 @@ jobs: version: 11.9.0 run_install: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" package-manager-cache: false diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index b34af7e99..7f6c77931 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 - name: Run agent diff --git a/.github/workflows/release-brand-matrix.yml b/.github/workflows/release-brand-matrix.yml index ce4fa4e81..02551d334 100644 --- a/.github/workflows/release-brand-matrix.yml +++ b/.github/workflows/release-brand-matrix.yml @@ -143,7 +143,7 @@ jobs: with: run_install: false cache: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -374,7 +374,7 @@ jobs: run_install: false cache: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -519,7 +519,7 @@ jobs: with: run_install: false cache: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -666,7 +666,7 @@ jobs: with: run_install: false cache: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -823,7 +823,7 @@ jobs: with: run_install: false cache: false - - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .nvmrc package-manager-cache: false