From e27df816d224e21d389e433edaead7da9334fb1d Mon Sep 17 00:00:00 2001 From: Richard Bailey Date: Wed, 16 Apr 2025 11:57:03 +0100 Subject: [PATCH] Update get-cmake CI action as previous version uses deprecated cache --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f212e197..1d00c6fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: submodules: recursive - name: Get CMake and ninja - uses: lukka/get-cmake@v3.20.1 + uses: lukka/get-cmake@latest - name: Restore artifacts, or run vcpkg, build and cache artifacts uses: lukka/run-vcpkg@v7