diff --git a/.github/workflows/main-push-pull.yml b/.github/workflows/main-push-pull.yml index 04e3b94..e33d838 100644 --- a/.github/workflows/main-push-pull.yml +++ b/.github/workflows/main-push-pull.yml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v3.0.0 with: - version: 8 + version: 9 run_install: false - name: Get pnpm store directory