From 96eae1afa173a8285ca988c92c3f29fc0cb1d6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:20:29 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2 to 3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-crypto.yml | 4 ++-- .github/workflows/ci-eventemitter.yml | 4 ++-- .github/workflows/ci-utils.yml | 4 ++-- .github/workflows/ci-validator.yml | 4 ++-- .github/workflows/ci-worker-pool.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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