From 57008953718d688d91e4df56c46767fca09f7572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 22:13:00 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.4.0 to 4.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.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/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9bbafb8..c6cb9ea 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4.1.2 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: version: 7.17.1 run_install: |