From f08c6f88236b1bb73b764eb946edcc619d1106d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:43:03 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.0 to 6.0.1 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c22bcb14..66bf3b39 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@v6.0.0 + - uses: pnpm/action-setup@v6.0.1 with: version: 9.3.0 run_install: |