Skip to content

Commit b7b09ff

Browse files
committed
GitHub Actions: Update CMake version
1 parent 545f7bf commit b7b09ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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@v4
2727
- name: Get modern CMake and Ninja
28-
uses: "lukka/[email protected].1"
28+
uses: "lukka/[email protected].2"
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/[email protected].1"
50+
uses: "lukka/[email protected].2"
5151
- name: "set up JDK 11"
5252
uses: "actions/setup-java@v4"
5353
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021-2023, Collabora, Ltd.
1+
# Copyright 2021-2024, Collabora, Ltd.
22
# SPDX-License-Identifier: CC0-1.0
33

44
on:
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535

3636
- name: Get modern CMake and Ninja
37-
uses: lukka/[email protected].1
37+
uses: lukka/[email protected].2
3838

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

0 commit comments

Comments
 (0)