diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 76023ab..8bf2157 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 323ded3..9b16873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 name: Install pnpm with: version: 8 @@ -93,7 +93,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 name: Install pnpm with: version: 8 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 39fb7f6..e4fdfd1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8