From 0e4446593a544523ef633efc4e0cab26a1c07bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:56:25 +0000 Subject: [PATCH] chore(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/module.build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 965bd1c..0366deb 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: "Setup: PNPM" - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: ${{ env.PNPM_VERSION }} - name: "Setup: Node" @@ -114,7 +114,7 @@ jobs: with: fetch-depth: 0 - name: "Setup: PNPM" - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: ${{ env.PNPM_VERSION }} - name: "Setup: Node" @@ -163,7 +163,7 @@ jobs: with: fetch-depth: 0 - name: "Setup: PNPM" - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: ${{ env.PNPM_VERSION }} - name: "Setup: Node"