From 4dd3675bee13c3c7808bab1e2283be4edf6bf0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:50:21 +0000 Subject: [PATCH] chore(gh-actions): bump pnpm/action-setup in the gh-actions group Bumps the gh-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `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 dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-app.yaml | 2 +- .github/workflows/test-web.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-app.yaml b/.github/workflows/test-app.yaml index 61e6002..c4b43b7 100644 --- a/.github/workflows/test-app.yaml +++ b/.github/workflows/test-app.yaml @@ -53,7 +53,7 @@ jobs: - name: Install pnpm if: ${{ inputs.package-manager == 'pnpm' }} - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 - id: setup-node name: Set up Node.js diff --git a/.github/workflows/test-web.yaml b/.github/workflows/test-web.yaml index d59f986..b10769f 100644 --- a/.github/workflows/test-web.yaml +++ b/.github/workflows/test-web.yaml @@ -72,7 +72,7 @@ jobs: - name: Install pnpm if: ${{ inputs.package-manager == 'pnpm' }} - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ${{ inputs.pnpm-version }}