From c618e4ece157556469490bc22d2f1cbe81a583db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 08:30:57 +0000 Subject: [PATCH] chore(deps): update lukka/get-cmake action to v3.31.5 --- .github/actions/cmake-project-setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cmake-project-setup/action.yaml b/.github/actions/cmake-project-setup/action.yaml index ea755a3..837dd90 100644 --- a/.github/actions/cmake-project-setup/action.yaml +++ b/.github/actions/cmake-project-setup/action.yaml @@ -5,7 +5,7 @@ runs: using: composite steps: - name: Install CMake - uses: lukka/get-cmake@acb35cf920333f4dc3fc4f424f1b30d5e7d561b4 # v3.31.4 + uses: lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5 - name: Setup anew (or from cache) vcpkg (and does not build any package) uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 - name: Prepare CMakeUserPresets.json