diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a265720..a65ffdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/not-main.yml b/.github/workflows/not-main.yml index a77d9b1..cfcbb26 100644 --- a/.github/workflows/not-main.yml +++ b/.github/workflows/not-main.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8