From 2f470dc0a00de7ac4522709fc6696f413996365d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:47:18 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.0.3 to 4.1.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.0.3 to 4.1.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v4.0.3...v4.1.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c68821b..af16e17 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Install cmake - uses: lukka/get-cmake@v4.0.3 + uses: lukka/get-cmake@v4.1.1 - name: Setup msvc dev uses: ilammy/msvc-dev-cmd@v1.13.0