From d00f81292338df0cd59d87ce4bd0d6dd7bccf57a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:30:08 +0000 Subject: [PATCH] chore(deps): update lukka/get-cmake action to v3.31.2 --- .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 2ab7170..221b9ca 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@71b7adfe2603f48bb9ed50d2b01a72499ae94885 # v3.31.0 + uses: lukka/get-cmake@5979409e62bdf841487c5fb3c053149de97a86d3 # v3.31.2 - name: Setup anew (or from cache) vcpkg (and does not build any package) uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 - name: Prepare CMakeUserPresets.json