Skip to content

Commit dcc64af

Browse files
build(deps): bump lukka/get-cmake from 3.30.2 to 3.31.2
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.2 to 3.31.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.30.2...v3.31.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c46380 commit dcc64af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Get modern CMake and Ninja
28-
uses: "lukka/get-cmake@v3.30.5"
28+
uses: "lukka/get-cmake@v3.31.2"
2929

3030
# Do this before building aar since it affects the version
3131
- name: Touch SNAPSHOT marker file
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: "actions/checkout@v4"
4949
- name: "Get modern CMake and Ninja"
50-
uses: "lukka/get-cmake@v3.30.5"
50+
uses: "lukka/get-cmake@v3.31.2"
5151
- name: "set up JDK 11"
5252
uses: "actions/setup-java@v4"
5353
with:

.github/workflows/macOS.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: "Get modern CMake and Ninja"
28-
uses: "lukka/get-cmake@v3.30.2"
28+
uses: "lukka/get-cmake@v3.31.2"
2929
- name: Prepare Vulkan SDK
3030
uses: humbletim/[email protected]
3131
with:

.github/workflows/msvc-build-preset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: "${{ github.event.release && '0' || '1'}}"
3737

3838
- name: Get modern CMake and Ninja
39-
uses: lukka/get-cmake@v3.30.5
39+
uses: lukka/get-cmake@v3.31.2
4040

4141
- name: Add msbuild to PATH
4242
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)