From 371a473d5c410bc01b5f1ff41a968e93a3d47c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:06:38 +0000 Subject: [PATCH] ci(deps): Bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' 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..fd1e3bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Validate schemas + fixtures @@ -93,7 +93,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "26" - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Validate firmware output against spec schemas @@ -115,7 +115,7 @@ jobs: with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Generate DB header + build/gzip web assets @@ -139,7 +139,7 @@ jobs: with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Install Wails system deps diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f04a6f..a3c370d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Install PlatformIO @@ -105,7 +105,7 @@ jobs: with: node-version: "26" # corepack is not bundled with Node >= 25; use the pnpm action instead. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 11 - name: Install Wails system deps (Linux)