From cbe96a95bbf6dc9d49a7af55e9d1c93514705519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 04:24:06 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49d41555..f6c642eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Install pnpm if: ${{ inputs.install-pnpm }} - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 10 @@ -61,7 +61,7 @@ jobs: - name: Install pnpm if: ${{ inputs.install-pnpm }} - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 10