From cb9074e30bcfa0992588eac823867a82cbefea3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:16:54 +0000 Subject: [PATCH] Bump pnpm/action-setup from 2.2.4 to 2.3.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... 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 ad5c1cd..61f044a 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.3.0 with: version: 8.6.6 run_install: |