Skip to content

Commit b04183e

Browse files
dependabot[bot]rpavlik
authored andcommitted
build(deps): bump lukka/get-cmake from 3.25.1 to 3.25.2
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.25.1...v3.25.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 779b52a commit b04183e

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/[email protected].1
28+
uses: lukka/[email protected].2
2929

3030
- name: set up JDK 11
3131
uses: actions/setup-java@v3
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@v3
9595
- name: Get modern CMake and Ninja
96-
uses: lukka/[email protected].1
96+
uses: lukka/[email protected].2
9797
- name: set up JDK 11
9898
uses: actions/setup-java@v3
9999
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
INSTALL_DIR: "${{ github.workspace }}/install"
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: lukka/[email protected].1
28+
- uses: lukka/[email protected].2
2929
- name: Add msbuild to PATH
3030
uses: microsoft/[email protected]
3131

0 commit comments

Comments
 (0)