From fd9977e0dffc5805809fb9ce9fdb8a6320304f18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:36:47 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1e1d532..db7e07b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Configure CMake run: cmake -B ${{github.workspace}}/builds/${{ runner.os }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}