From 725e121cc309a23f7bb77c6d65b739ce1901ec15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:07:21 +0000 Subject: [PATCH] ci(deps): Bump actions/setup-node from 6 to 7 Bumps [actions/setup-node](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bbe367..8800aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -90,7 +90,7 @@ jobs: # Runs the pure apicore::shape layer natively and dumps every reply # shape to spec/v2/fixtures/generated/ for schema validation below. run: pio test -e native -d firmware - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" - uses: pnpm/action-setup@v4 @@ -111,7 +111,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.12" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -135,7 +135,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.25" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f04a6f..0019658 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.12" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: "1.25" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead.