From e42f373bc73d9e8ff55406fe17d8b508a9928421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:13:04 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.30.5 to 4.0.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.5 to 4.0.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.5...v4.0.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.0.2 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..869c035f 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.2 with: cmakeVersion: 3.30.5 ninjaVersion: 1.11.1