Skip to content

Commit 5270be9

Browse files
dependabot[bot]rpavlik
authored andcommitted
build(deps): bump lukka/get-cmake from 3.29.5 to 3.30.1
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.29.5 to 3.30.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.29.5...v3.30.1) --- 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 d330daa commit 5270be9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.29.5"
28+
uses: "lukka/get-cmake@v3.30.1"
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.29.5"
50+
uses: "lukka/get-cmake@v3.30.1"
5151
- name: "set up JDK 11"
5252
uses: "actions/setup-java@v4"
5353
with:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535

3636
- name: Get modern CMake and Ninja
37-
uses: lukka/get-cmake@v3.29.5
37+
uses: lukka/get-cmake@v3.30.1
3838

3939
- name: Add msbuild to PATH
4040
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)