From 9d3adbfe411f7568b67e8b0ed3cb76f0431fdb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 10:16:53 +0000 Subject: [PATCH] [Actions]: Bump pnpm/action-setup from 3.0.0 to 4.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/BetterDependabot.yml | 2 +- .github/workflows/cheatGUI-webpack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BetterDependabot.yml b/.github/workflows/BetterDependabot.yml index 36f397c..9b9e102 100644 --- a/.github/workflows/BetterDependabot.yml +++ b/.github/workflows/BetterDependabot.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7 diff --git a/.github/workflows/cheatGUI-webpack.yml b/.github/workflows/cheatGUI-webpack.yml index bae480c..4f288ab 100644 --- a/.github/workflows/cheatGUI-webpack.yml +++ b/.github/workflows/cheatGUI-webpack.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 7