From ffed7b9266f09855b9f99a8e031cd021dc88e688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:45:40 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 4.2.1 to 4.2.3 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.1 to 4.2.3. - [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.2.1...v4.2.3) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 238f861ce..dc5d48ee8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Get modern CMake and Ninja - uses: "lukka/get-cmake@v4.2.1" + uses: "lukka/get-cmake@v4.2.3" # Do this before building aar since it affects the version - name: Touch SNAPSHOT marker file @@ -47,7 +47,7 @@ jobs: steps: - uses: "actions/checkout@v6" - name: "Get modern CMake and Ninja" - uses: "lukka/get-cmake@v4.2.1" + uses: "lukka/get-cmake@v4.2.3" - name: "set up JDK" uses: "actions/setup-java@v5" with: diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index dcf3a009c..579437a86 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: "Get modern CMake and Ninja" - uses: "lukka/get-cmake@v4.2.1" + uses: "lukka/get-cmake@v4.2.3" - 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 edb8d71d0..75eedffce 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.2.1 + uses: lukka/get-cmake@v4.2.3 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2