From 87a2a22456294c3c2f67b293f261f40189221a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:47:09 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.3.1 to 4.3.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/lukka/get-cmake/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 0ac82066494b..fd3251d8b9a6 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -47,7 +47,7 @@ jobs: fetch-tags: true - uses: ilammy/msvc-dev-cmd@v1 - - uses: lukka/get-cmake@v4.3.1 + - uses: lukka/get-cmake@v4.3.2 with: cmakeVersion: "~3.28.0"