diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25fa76e..e672524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: with: go-version: stable cache: false - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 if: matrix.package_manager == 'pnpm' with: version: 10 @@ -88,7 +88,7 @@ jobs: with: node-version: 20 cache: npm - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 if: matrix.package_manager == 'pnpm' with: version: 10