From 25d0254b2cf58e4d7edfe6d4980e58d6e478cf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:56:18 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3 to 4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 4db25da..0e1d905 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -92,7 +92,7 @@ jobs: - name: Setup pnpm if: inputs.LANG == 'javascript(pnpm)' - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest