From ec0a20fa2835bc5b1e08fb86bffc06088b607cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:03:27 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.4.0 to 4.4.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.4.0 to 4.4.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/e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3...4a7d025fc60f00db0c7b44ebf783d19b52444830) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test-min-cmake.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-min-cmake.yml b/.github/workflows/build-and-test-min-cmake.yml index ef00f9d4c..d9be70863 100644 --- a/.github/workflows/build-and-test-min-cmake.yml +++ b/.github/workflows/build-and-test-min-cmake.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - - uses: lukka/get-cmake@e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3 # latest + - uses: lukka/get-cmake@4a7d025fc60f00db0c7b44ebf783d19b52444830 # latest with: cmakeVersion: 3.13.0 diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index b965c17a7..c16410c9a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -86,7 +86,7 @@ jobs: with: persist-credentials: false - - uses: lukka/get-cmake@e6906078ebd1ccb8ce51ab4626ac46a1b5a517e3 # latest + - uses: lukka/get-cmake@4a7d025fc60f00db0c7b44ebf783d19b52444830 # latest - name: configure cmake run: >