Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ZenLib_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout ZenLib
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: ZenLib
- name: Add msbuild to PATH
Expand All @@ -70,7 +70,7 @@ jobs:
CONFIGURATION: "Release"
steps:
- name: Checkout ZenLib
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup MSYS2 environment
uses: msys2/setup-msys2@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Project/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.5.0...3.31)

project(ZenLib)

Expand Down