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.