From dbb1bb542f96e720acbc03e995abe9d679d232c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:22:24 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.6 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.6 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.6...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/pull-request-commenter.yml | 2 +- .github/workflows/pull-request-validator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-commenter.yml b/.github/workflows/pull-request-commenter.yml index b8d83b5..f709cee 100644 --- a/.github/workflows/pull-request-commenter.yml +++ b/.github/workflows/pull-request-commenter.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 22 - - uses: pnpm/action-setup@v6.0.6 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.32.1 run_install: | diff --git a/.github/workflows/pull-request-validator.yml b/.github/workflows/pull-request-validator.yml index 96447fc..d7a1c6a 100644 --- a/.github/workflows/pull-request-validator.yml +++ b/.github/workflows/pull-request-validator.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 22 - - uses: pnpm/action-setup@v6.0.6 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.32.1 run_install: |