Skip to content

Commit

Permalink
build(deps): bump lukka/get-cmake from 3.30.2 to 3.31.3
Browse files Browse the repository at this point in the history
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.2 to 3.31.3.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.30.2...v3.31.3)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0c46380 commit 54133de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v4
- name: Get modern CMake and Ninja
uses: "lukka/get-cmake@v3.30.5"
uses: "lukka/get-cmake@v3.31.3"

# Do this before building aar since it affects the version
- name: Touch SNAPSHOT marker file
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"
- name: "Get modern CMake and Ninja"
uses: "lukka/get-cmake@v3.30.5"
uses: "lukka/get-cmake@v3.31.3"
- name: "set up JDK 11"
uses: "actions/setup-java@v4"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Get modern CMake and Ninja"
uses: "lukka/get-cmake@v3.30.2"
uses: "lukka/get-cmake@v3.31.3"
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
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 @@ -36,7 +36,7 @@ jobs:
fetch-depth: "${{ github.event.release && '0' || '1'}}"

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

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 54133de

Please sign in to comment.