From caf9bc0dae9236df8b854047d19e655034350f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:24:57 +0000 Subject: [PATCH] deps(actions): bump pnpm/action-setup from 5 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-generated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-generated.yml b/.github/workflows/check-generated.yml index 0135fea..229cafb 100644 --- a/.github/workflows/check-generated.yml +++ b/.github/workflows/check-generated.yml @@ -25,7 +25,7 @@ jobs: go-version: "1.26" cache: true - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v6 with: