From e6462ac286299387c6ebd8c328756f0d16fbb623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:14:32 +0000 Subject: [PATCH] COMP: Bump lukka/get-cmake from 4.3.4 to 4.4.0 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.4 to 4.4.0. - [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/f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9...e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-itk.yml | 2 +- .github/workflows/build-plus.yml | 2 +- .github/workflows/build-vtk.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-itk.yml b/.github/workflows/build-itk.yml index 166839f5b..5425b63e0 100644 --- a/.github/workflows/build-itk.yml +++ b/.github/workflows/build-itk.yml @@ -66,7 +66,7 @@ jobs: git checkout FETCH_HEAD - name: Install CMake - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 + uses: lukka/get-cmake@e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3 # v4.4.0 with: cmakeVersion: 4.3.4 diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index f882b5fce..a6188767e 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -106,7 +106,7 @@ jobs: key: ${{ inputs.plus-cache-key }} - name: Install CMake - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 + uses: lukka/get-cmake@e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3 # v4.4.0 with: cmakeVersion: 4.3.4 diff --git a/.github/workflows/build-vtk.yml b/.github/workflows/build-vtk.yml index 522b49a8d..70dd09944 100644 --- a/.github/workflows/build-vtk.yml +++ b/.github/workflows/build-vtk.yml @@ -55,7 +55,7 @@ jobs: sudo apt update && sudo apt install -y cmake g++ libgl1-mesa-dev libxt-dev libxrender-dev libxext-dev libglu1-mesa-dev make - name: Install CMake - uses: lukka/get-cmake@f5b8fbb4d77cec1acc5a5f9f0df4beffaf5d98d9 # v4.3.4 + uses: lukka/get-cmake@e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3 # v4.4.0 with: cmakeVersion: 4.3.4