diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a9860d7..babf2820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: 📦 Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 10.33.0 run_install: false diff --git a/.github/workflows/lighthouse-vercel-preview.yml b/.github/workflows/lighthouse-vercel-preview.yml index 32abb616..3d9be712 100644 --- a/.github/workflows/lighthouse-vercel-preview.yml +++ b/.github/workflows/lighthouse-vercel-preview.yml @@ -68,7 +68,7 @@ jobs: throw new Error("Timed out waiting for Vercel preview deployment URL."); - name: 📦 Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 10.33.0 run_install: false