From cb83b3eba97536470efc5f9e09d1256295399b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:26:28 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.2.3 to 4.3.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.3 to 4.3.1. - [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/f176ccd3f28bda569c43aae4894f06b2435a3375...ea83089aa35e08e459464341fe24ad024ee2466f) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-macos-qt6.yml | 2 +- .github/workflows/wasm.yml | 2 +- .github/workflows/windows-qt6.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index b1091a8391db..2450dc2f0d1f 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 - name: 🐩 Install CMake and Ninja - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # latest + uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # latest with: # Pin to specific version to avoid rebuilding too often # Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098 diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 04fe48345318..3eb21e3a4bab 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 1 - name: 🐩 Install CMake and Ninja - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # latest + uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # latest with: # Pin to specific version to avoid rebuilding too often # Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098 diff --git a/.github/workflows/windows-qt6.yml b/.github/workflows/windows-qt6.yml index 03feb73b073f..4069482e80cb 100644 --- a/.github/workflows/windows-qt6.yml +++ b/.github/workflows/windows-qt6.yml @@ -33,7 +33,7 @@ jobs: choco uninstall cmake.install - name: 🐩 Install CMake and Ninja - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 + uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f with: cmakeVersion: 3.31.6