diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 886e4b8f..e89db365 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}- - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: 8 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c349411..ee5496d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Install pnpm if: ${{ matrix.node-version != '14.x' }} - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4.2.0 - name: Install pnpm (node 14) if: ${{ matrix.node-version == '14.x' }}