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