From 61eaa1750c81b01cadb6ad02cf24d73385f53db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:06:32 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- .github/workflows/update-lockfiles.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36a33eb76..dce5826af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6.0.9 with: version: '8.15.9' - name: Use Node.js ${{ matrix.node-version }} @@ -53,7 +53,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6.0.9 with: version: '8.15.9' - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index 86cc11404..b1e833472 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6.0.9 with: version: '8.15.9' - name: Use Node.js 24