From b94b28cbec13851a9fa38b39ab9d8ddde8767f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:26:57 +0000 Subject: [PATCH] ci: bump lukka/get-cmake from 4.4.0 to 4.4.1 in the github-actions group Bumps the github-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.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/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84f4a49..5edd72f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup cmake - uses: lukka/get-cmake@v4.4.0 + uses: lukka/get-cmake@v4.4.1 with: cmakeVersion: '4.4.0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 956cfc4..6b1d2d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup cmake - uses: lukka/get-cmake@v4.4.0 + uses: lukka/get-cmake@v4.4.1 with: cmakeVersion: '4.4.0'