Skip to content

Commit

Permalink
build(deps): bump lukka/get-cmake from 3.26.4 to 3.27.7
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and rpavlik committed Oct 18, 2023
1 parent 8270b15 commit 7cbd004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get modern CMake and Ninja
uses: lukka/get-cmake@v3.26.4
uses: lukka/get-cmake@v3.27.7

- name: set up JDK 11
uses: actions/setup-java@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get modern CMake and Ninja
uses: lukka/get-cmake@v3.26.4
uses: lukka/get-cmake@v3.27.7
- name: set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc-build-preset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down

0 comments on commit 7cbd004

Please sign in to comment.