From 153868f26eaf0824715935225d0b19a99571a227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:03:29 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.9 to 6.0.10. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.9...v6.0.10) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/4.1-nightly.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dev-nightly.yml | 2 +- .github/workflows/e2e.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/4.1-nightly.yml b/.github/workflows/4.1-nightly.yml index bbd6baac0e..b84e84d396 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@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2e0335a84..29c9a38a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@v6.0.9 + uses: pnpm/action-setup@v6.0.10 with: version: 8.15.5 run_install: false diff --git a/.github/workflows/dev-nightly.yml b/.github/workflows/dev-nightly.yml index 9c3f314096..4ccde8e07a 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@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 724a9f0511..0c2066b143 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -69,7 +69,7 @@ jobs: node-version: 24.x - name: Install pnpm - uses: pnpm/action-setup@v6.0.9 + uses: pnpm/action-setup@v6.0.10 with: version: 8.15.5 run_install: false