From 9bd09ac68f6326760f1f452fa32ba3c649d0dbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:56:13 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup Bumps the patch-updates group with 1 update in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 6.0.0 to 6.0.3 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/08c4be7e2e672a47d11bd04269e27e5f3e8529cb...903f9c1a6ebcba6cf41d87230be49611ac97822e) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/node-pnpm-build-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-pnpm-build-zip.yml b/.github/workflows/node-pnpm-build-zip.yml index fe58ad1..e41dbaf 100644 --- a/.github/workflows/node-pnpm-build-zip.yml +++ b/.github/workflows/node-pnpm-build-zip.yml @@ -65,7 +65,7 @@ jobs: persist-credentials: false - name: Setup pnpm - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb + uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e with: version: ${{ inputs.pnpm-version }} standalone: true