From c7cd2cd895754e94e02b3d44e0bf87482332f0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:27:44 +0000 Subject: [PATCH] chore(deps): bump lukka/get-cmake from 3.28.1 to 4.1.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.28.1 to 4.1.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.28.1...v4.1.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 7847c24..6de51e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: submodules: true - name: Install latest CMake and Ninja - uses: lukka/get-cmake@v3.28.1 + uses: lukka/get-cmake@v4.1.1 - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1.9.0