From f57985163ac5a49b4ddfd507b8489f7a60dfc5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:17:13 +0000 Subject: [PATCH] ci(deps)(deps): bump pnpm/action-setup from 3 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...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/frontend-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index 49d02ad..553d215 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -32,7 +32,7 @@ jobs: # Setup pnpm using the dedicated action # Documentation: https://github.com/pnpm/action-setup - name: Setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v6 with: # Specify your desired pnpm version. Using a specific major version like '8' # helps ensure consistency between local dev and CI if you use v8 locally.