From 52cf964886ba0002e0a987eef596367a5eef1360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:05:21 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...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/4.1-nightly.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dev-nightly.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/4.1-nightly.yml b/.github/workflows/4.1-nightly.yml index fec7928beb..b08378a6cc 100644 --- a/.github/workflows/4.1-nightly.yml +++ b/.github/workflows/4.1-nightly.yml @@ -65,7 +65,7 @@ jobs: package-manager-cache: false node-version: 24.x - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 641ced805e..269bb6c0ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 8.15.5 run_install: false diff --git a/.github/workflows/dev-nightly.yml b/.github/workflows/dev-nightly.yml index 1a8322c540..3f909d03ab 100644 --- a/.github/workflows/dev-nightly.yml +++ b/.github/workflows/dev-nightly.yml @@ -63,7 +63,7 @@ jobs: package-manager-cache: false node-version: 24.x - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm id: pnpm-install with: