From 72cb56f4cded820c6b4fdb3e4b7368dd2a91bf12 Mon Sep 17 00:00:00 2001 From: Robin Linden Date: Sun, 26 Apr 2026 15:14:46 +0200 Subject: [PATCH] Update CI actions --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e52221a..d1339cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,13 +65,13 @@ jobs: cmake-args: -T ClangCL -A x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: true - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: - python-version: "3.10" + python-version: "3.13" - run: pip install cmake==4.0.3 ninja==1.11.1.4 --upgrade @@ -91,7 +91,7 @@ jobs: oldest-supported-cmake: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: true # Installing 3.11.4.post1 through 3.13.3 fail for various reasons, so 3.14