From e1b8c655050db4a6d65a7b59b6d21eb0e8240d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:36:06 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.4.0 to 3.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v3.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 de612ca6..e2c047c0 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 with: version: 8.6.12 run_install: |