From 4b44099aed1f5c2f28f073147380db6d964b6f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:48:12 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.30.5 to 4.0.0 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.5 to 4.0.0. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.5...v4.0.0) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index 121533ea..cd20d4a4 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -35,7 +35,7 @@ jobs: unzip - name: Install CMake - uses: lukka/get-cmake@v3.30.5 + uses: lukka/get-cmake@v4.0.0 with: cmakeVersion: 3.30.5 ninjaVersion: 1.11.1