From 55b752f0e4e7f8635476e3b1036776a53e848f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 05:06:35 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.30.5 to 4.0.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.5 to 4.0.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.5...v4.0.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.0.1 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..2537bdad 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.1 with: cmakeVersion: 3.30.5 ninjaVersion: 1.11.1