From e56f30c5e92da9a8dd6a3375dcaadbc6c0be1dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 11:06:44 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4.2.0 to 4.3.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.3.0 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 3a2777ea..fe7bfb7d 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 9.3.0 run_install: |