Skip to content

Commit 78a36f9

Browse files
Merge pull request #185 from cjee21/CMake
CMake: Fix warnings + CI: Update actions/checkout
2 parents 37f2365 + 8e0c8af commit 78a36f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ZenLib_Checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Dependencies
1616
run: |
1717
if [ "$RUNNER_OS" == "macOS" ]; then
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
steps:
4747
- name: Checkout ZenLib
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
path: ZenLib
5151
- name: Add msbuild to PATH
@@ -70,7 +70,7 @@ jobs:
7070
CONFIGURATION: "Release"
7171
steps:
7272
- name: Checkout ZenLib
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- name: Setup MSYS2 environment
7575
uses: msys2/setup-msys2@v2
7676
with:

Project/CMake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.5.0...3.31)
22

33
project(ZenLib)
44

0 commit comments

Comments
 (0)