From 8d716ceff5156169d12a6717c0fee09ded9120ca Mon Sep 17 00:00:00 2001 From: David Schneller Date: Sat, 20 Sep 2025 15:28:33 +0200 Subject: [PATCH] Update to checkoutv5 --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ee040be..cefdad9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,7 +12,7 @@ jobs: build_type: ["Release", "Debug"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | @@ -33,7 +33,7 @@ jobs: clang-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: clang-format run: |