diff --git a/.github/workflows/ci-crypto.yml b/.github/workflows/ci-crypto.yml index 5d72e5eb..3425d2be 100644 --- a/.github/workflows/ci-crypto.yml +++ b/.github/workflows/ci-crypto.yml @@ -28,7 +28,7 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false diff --git a/.github/workflows/ci-eventemitter.yml b/.github/workflows/ci-eventemitter.yml index aaf70418..3c4c93c6 100644 --- a/.github/workflows/ci-eventemitter.yml +++ b/.github/workflows/ci-eventemitter.yml @@ -28,7 +28,7 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false diff --git a/.github/workflows/ci-utils.yml b/.github/workflows/ci-utils.yml index a9387491..36c34908 100644 --- a/.github/workflows/ci-utils.yml +++ b/.github/workflows/ci-utils.yml @@ -28,7 +28,7 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false diff --git a/.github/workflows/ci-validator.yml b/.github/workflows/ci-validator.yml index 0ee265cc..49059e68 100644 --- a/.github/workflows/ci-validator.yml +++ b/.github/workflows/ci-validator.yml @@ -28,7 +28,7 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false diff --git a/.github/workflows/ci-worker-pool.yml b/.github/workflows/ci-worker-pool.yml index 3642be4d..a06e0ee1 100644 --- a/.github/workflows/ci-worker-pool.yml +++ b/.github/workflows/ci-worker-pool.yml @@ -28,7 +28,7 @@ jobs: node-version: 18 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 run_install: false