From 51a43fd4cc1dfcc25b57b05de9a2eed95b8fbf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:02:54 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.4.1 to 4.4.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.4.1 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.1...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 ... Signed-off-by: dependabot[bot] --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index e2a9beb..89f295b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Install cmake - uses: lukka/get-cmake@v4.4.1 + uses: lukka/get-cmake@v4.4.2 - name: Setup msvc dev uses: ilammy/msvc-dev-cmd@v1.13.0