From e7047037aa517a2887b181cdd6499d0ccbed84ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:46:27 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.7 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 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 d33f62876..7577b664e 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.7 + - uses: pnpm/action-setup@v6.0.8 with: version: 9.3.0 run_install: |