From 86cc1698c025f809d22a1a19ab25417632967f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:56:05 +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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 443e709..a3b3aaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: (Linux, macOS) Use CMake 4.1.0 if: runner.os == 'Linux' || runner.os == 'macOS' - uses: lukka/get-cmake@v4.3.1 + uses: lukka/get-cmake@v4.3.2 - name: (macOS) Install dependencies if: runner.os == 'macOS'