diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e34d6..afc4e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10.28.0 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3d5a999..3a12618 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Setup pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10.28.0 if: ${{ steps.release.outputs.release_created }}