From 3696364ae7304c543f7183ed94be1dfe4086c243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:12:28 +0000 Subject: [PATCH] ci: bump pnpm/action-setup in the actions-minor-and-patch group Bumps the actions-minor-and-patch group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `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 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 4c9fce134e..2b013864f5 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 + uses: pnpm/action-setup@v6.0.9 with: run_install: false diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 4a451251e0..12e86b5c4d 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 + uses: pnpm/action-setup@v6.0.9 with: run_install: false