From 77c8b2b95d66e15a8c3021f528b6f15ff3e10419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:07:16 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/0e279bb959325dab635dd2c09392533439d90093...0ebf47130e4866e96fce0953f49152a61190b271) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index b4d85c4..88de041 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -34,7 +34,7 @@ jobs: - name: Setup pnpm # pnpm/action-setup v4.0.0 - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v4.0.0 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v4.0.0 with: version: 9.15.0 run_install: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eef9c5b..512e3bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: - name: Setup pnpm # pnpm/action-setup v4.0.0 - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v4.0.0 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v4.0.0 with: version: 9.15.0 run_install: false