From c64c78abde8b3c674ef8f3d969eca706f04ba1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:46:41 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 5.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 30bb33e7e..6b16a3b3e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -36,7 +36,7 @@ jobs: with: node-version-file: ".nvmrc" # pnpm is needed for test fixtures that use packageManager: pnpm - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10