From f953f00662c72b218096135a5dda5f355f133719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:00:16 +0000 Subject: [PATCH] build(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 | 2 +- .github/workflows/console-smoke.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83ea459..3c35417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 - uses: actions/setup-node@v4 diff --git a/.github/workflows/console-smoke.yml b/.github/workflows/console-smoke.yml index 8cebc91..5bafe3f 100644 --- a/.github/workflows/console-smoke.yml +++ b/.github/workflows/console-smoke.yml @@ -18,7 +18,7 @@ jobs: dotnet-version: | 8.0.x 10.0.x - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 - uses: actions/setup-node@v4 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4ac2530..0352e4f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,7 +69,7 @@ jobs: # The GM lane packs a local feed, and that feed shadows nuget.org for the same # version — so the console it packs must carry its assets, or every shape with an # operational module serves a 500 where its console should be. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 - uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab4344d..79958c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # The console dist is BUILT here and embedded by Goldpath.Console: this is the ONLY # place Node is needed, and it is why adopters never run it. The package refuses to # pack without it (see its `RefuseAnEmptyConsole` target). - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 - uses: actions/setup-node@v4