diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d21e316d..7e76991ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 8.7.4 @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 2 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 8.7.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9007e5d6..44d6f2873 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8.7.4 @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8.7.4