From 638723e7000221dda301213d7db63e43a6726820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:05:34 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' 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..1511d41a9 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 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 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..9a00dcbc1 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 with: version: '8.15.9' - name: Use Node.js 24