Skip to content

Commit 7cbd004

Browse files
dependabot[bot]rpavlik
authored andcommitted
build(deps): bump lukka/get-cmake from 3.26.4 to 3.27.7
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.26.4 to 3.27.7. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.26.4...v3.27.7) --- 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 8270b15 commit 7cbd004

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Get modern CMake and Ninja
28-
uses: lukka/get-cmake@v3.26.4
28+
uses: lukka/get-cmake@v3.27.7
2929

3030
- name: set up JDK 11
3131
uses: actions/setup-java@v3
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v3
6363
- name: Get modern CMake and Ninja
64-
uses: lukka/get-cmake@v3.26.4
64+
uses: lukka/get-cmake@v3.27.7
6565
- name: set up JDK 11
6666
uses: actions/setup-java@v3
6767
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Get modern CMake and Ninja
35-
uses: lukka/get-cmake@v3.26.4
35+
uses: lukka/get-cmake@v3.27.7
3636

3737
- name: Add msbuild to PATH
3838
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)