diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05897a5..d5de791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 9 @@ -76,7 +76,7 @@ jobs: - name: Setup pnpm if: steps.check.outputs.skip != 'true' - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 9 @@ -191,7 +191,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 9