From fd5c5a7b82198b1c3205c023e7c8177fddb07503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:24:28 +0000 Subject: [PATCH] build(deps): 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/android.yml | 4 ++-- .github/workflows/macOS.yml | 2 +- .github/workflows/msvc-build-preset.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 608ec1de3..6b4cee137 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get modern CMake and Ninja - uses: "lukka/get-cmake@v4.0.3" + uses: "lukka/get-cmake@v4.1.1" # Do this before building aar since it affects the version - name: Touch SNAPSHOT marker file @@ -47,7 +47,7 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "Get modern CMake and Ninja" - uses: "lukka/get-cmake@v4.0.3" + uses: "lukka/get-cmake@v4.1.1" - name: "set up JDK" uses: "actions/setup-java@v4" with: diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 5ee46c15e..193559d71 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Get modern CMake and Ninja" - uses: "lukka/get-cmake@v4.0.3" + uses: "lukka/get-cmake@v4.1.1" - name: Prepare Vulkan SDK uses: humbletim/setup-vulkan-sdk@v1.2.1 with: diff --git a/.github/workflows/msvc-build-preset.yml b/.github/workflows/msvc-build-preset.yml index eb164d701..5fe84d75d 100644 --- a/.github/workflows/msvc-build-preset.yml +++ b/.github/workflows/msvc-build-preset.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: "${{ github.event.release && '0' || '1'}}" - name: Get modern CMake and Ninja - uses: lukka/get-cmake@v4.0.3 + uses: lukka/get-cmake@v4.1.1 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2