From 969338572999547ee4dc0a9cbc5153d4a9965367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:33:40 +0000 Subject: [PATCH] Bump pnpm/action-setup Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 008330803749db0355799c700092d9a85fd074e9 to 0ebf47130e4866e96fce0953f49152a61190b271. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/008330803749db0355799c700092d9a85fd074e9...0ebf47130e4866e96fce0953f49152a61190b271) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 0ebf47130e4866e96fce0953f49152a61190b271 dependency-type: direct:production ... 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 615b8f1..9e41dab 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.3.0 run_install: |