From 9ba28e642d55f74b827b7c4c7459a320246747bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:34:44 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.9) --- 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/ci.yml | 4 ++-- .github/workflows/engine-repin.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0102e48..0258134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/engine-repin.yml b/.github/workflows/engine-repin.yml index 3c539e1..ce9ca38 100644 --- a/.github/workflows/engine-repin.yml +++ b/.github/workflows/engine-repin.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a178a1..764c2bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # full history + tags, required to analyze commits since last release persist-credentials: true # let @semantic-release/git push the bump commit - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: