From 703dedc4a6e9fa7c3d26f5a5c07450fd61f0a1d3 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 29 Sep 2023 21:20:27 -0700 Subject: [PATCH] [ci] Upgrade get-cmake action to fix node12 deprecation warning (#5694) --- .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 79848a6fdf..dff4a42ef5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -63,7 +63,7 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - name: Install CMake - uses: lukka/get-cmake@v3.23.0 + uses: lukka/get-cmake@v3.27.6 - name: Run vcpkg uses: lukka/run-vcpkg@v11.1