From 727663667ef6344502cfee5d8db1d47a559a92a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:25:59 +0000 Subject: [PATCH] Bump perxhealth/setup-pnpm-action from 2 to 3 Bumps [perxhealth/setup-pnpm-action](https://github.com/perxhealth/setup-pnpm-action) from 2 to 3. - [Commits](https://github.com/perxhealth/setup-pnpm-action/compare/v2...v3) --- updated-dependencies: - dependency-name: perxhealth/setup-pnpm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/preflight.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index ad8a691..c7f722c 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -19,7 +19,7 @@ jobs: id: versions - name: Node setup - uses: perxhealth/setup-pnpm-action@v2 + uses: perxhealth/setup-pnpm-action@v3 with: node-version: ${{ steps.versions.outputs.nodejs_version }} pnpm-version: ${{ steps.versions.outputs.pnpm_version }} @@ -40,7 +40,7 @@ jobs: id: versions - name: Node setup - uses: perxhealth/setup-pnpm-action@v2 + uses: perxhealth/setup-pnpm-action@v3 with: node-version: ${{ steps.versions.outputs.nodejs_version }} pnpm-version: ${{ steps.versions.outputs.pnpm_version }} @@ -61,7 +61,7 @@ jobs: id: versions - name: Node setup - uses: perxhealth/setup-pnpm-action@v2 + uses: perxhealth/setup-pnpm-action@v3 with: node-version: ${{ steps.versions.outputs.nodejs_version }} pnpm-version: ${{ steps.versions.outputs.pnpm_version }} @@ -82,7 +82,7 @@ jobs: id: versions - name: Node setup - uses: perxhealth/setup-pnpm-action@v2 + uses: perxhealth/setup-pnpm-action@v3 with: node-version: ${{ steps.versions.outputs.nodejs_version }} pnpm-version: ${{ steps.versions.outputs.pnpm_version }}