From 4eb5a388c80346e97a16ce06ec9dccaa4dcdc9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:09:47 +0000 Subject: [PATCH] chore: bump pnpm/action-setup from 2.2.4 to 2.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-tests.yml | 2 +- .github/workflows/check-dist.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-tests.yml b/.github/workflows/branch-tests.yml index b4b591e..77ef7db 100644 --- a/.github/workflows/branch-tests.yml +++ b/.github/workflows/branch-tests.yml @@ -30,7 +30,7 @@ jobs: with: node-version: '16.x' - name: Setup PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7.9.0 run_install: false diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 890ce1d..25ac0e9 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -24,7 +24,7 @@ jobs: node-version: 16.x - name: Setup PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7.9.0 run_install: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5655c4..30495bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: restore-keys: | ${{ runner.os }}-node- - name: Setup PNPM - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7.9.0 run_install: true