diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c46affc..8dd954ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -168,7 +168,7 @@ jobs: shared-key: launcher-build cache-on-failure: true - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2139bc13..fb2409de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: with: targets: ${{ matrix.target }} - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 9