diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f6efd0c64b..3da1064a41 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -43,7 +43,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: ${{ matrix.pnpm-version }} diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 7db25b827b..c3f239576b 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install with pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: ${{ matrix.pnpm-version }}