From e6fd242773210934a9a0d147e69473e510cc1c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:43:26 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 4.2.1 to 4.2.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.2.2 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..6e22ab88a 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.2" # 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.2" - name: "set up JDK" uses: "actions/setup-java@v5" with: diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index dcf3a009c..8921ab4a0 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.2" - 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..6520ed883 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.2 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2