From b5d1a4ed8f116fd95078783d944c0febb5fd8a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:34:53 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.4.0 to 4.4.2 in the actions group Bumps the actions group with 1 update: [lukka/get-cmake](https://github.com/lukka/get-cmake). Updates `lukka/get-cmake` from 4.4.0 to 4.4.2 - [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/v4.4.0...v4.4.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index d0356d979..792a49168 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -42,7 +42,7 @@ jobs: python -m pip install ninja - name: Get specific version of CMake, Ninja - uses: lukka/get-cmake@v4.4.0 + uses: lukka/get-cmake@v4.4.2 - name: Select Xcode if: startsWith(matrix.os, 'macos') @@ -155,7 +155,7 @@ jobs: python -m pip install ninja - name: Get specific version of CMake, Ninja - uses: lukka/get-cmake@v4.4.0 + uses: lukka/get-cmake@v4.4.2 - name: Restore ExternalData cache uses: actions/cache@v6 @@ -279,7 +279,7 @@ jobs: python-version: 3.11 - name: Get specific version of CMake, Ninja - uses: lukka/get-cmake@v4.4.0 + uses: lukka/get-cmake@v4.4.2 - name: Install build dependencies run: |