From 9922f25dd31a6a493384d1e2f9aa50c83bac7855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:12:22 +0000 Subject: [PATCH] ci: bump pnpm/action-setup Bumps the actions-minor-and-patch group with 1 update in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `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 dependency-group: actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fork-preview-build.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fork-preview-build.yml b/.github/workflows/fork-preview-build.yml index 79dd75b493..77fb843cba 100644 --- a/.github/workflows/fork-preview-build.yml +++ b/.github/workflows/fork-preview-build.yml @@ -43,7 +43,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup pnpm - uses: pnpm/action-setup@v6.0.9 + uses: pnpm/action-setup@v6.0.10 with: run_install: false diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index c061fc06b0..2c78230a6e 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v7 - name: Setup pnpm - uses: pnpm/action-setup@v6.0.9 + uses: pnpm/action-setup@v6.0.10 with: run_install: false