From a937214ec700229071e69ad0e355ed5330226f18 Mon Sep 17 00:00:00 2001 From: anthonymakarewicz Date: Mon, 15 Jul 2024 14:58:17 +0200 Subject: [PATCH] replace jwlawson/actions-setup-cmake@v1 with jwlawson/actions-setup-cmake@v2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8021d..8ebc1ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 # to use node20 instead of node12 and node 16 which are deprecated - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1 # Use the latest major version for stability + uses: jwlawson/actions-setup-cmake@v2 # Use the latest major version for stability with: cmake-version: '3.26.3'