From 9a7b070a75a0db7374273480a49c74ab74aa7283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:50:10 +0000 Subject: [PATCH] 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/0ebf47130e4866e96fce0953f49152a61190b271...0977fd99725f1db4007ccb2928dbb4e90d06cc86) --- 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/ci.yml | 2 +- .github/workflows/cloudflare-production.yml | 2 +- .github/workflows/release-toolchain.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 4b4a30b..4d0d4b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/cloudflare-production.yml b/.github/workflows/cloudflare-production.yml index d190080..72635d8 100644 --- a/.github/workflows/cloudflare-production.yml +++ b/.github/workflows/cloudflare-production.yml @@ -29,7 +29,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/release-toolchain.yml b/.github/workflows/release-toolchain.yml index a3ed927..e33f1fc 100644 --- a/.github/workflows/release-toolchain.yml +++ b/.github/workflows/release-toolchain.yml @@ -33,7 +33,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 081beb9..ebd13d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: lfs: true persist-credentials: false - - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 with: version: 10.34.5 run_install: false