diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27ad7e3..866174d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Set up pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: { version: latest } - name: Set up Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 895d355..a9951a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: { ref: 'main' } # attach HEAD to 'main' - name: Set up pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: { version: latest } - name: Set up Node.js