From 87f5aff4a7814377d49639715a26e81027640d9b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 19 Jan 2021 18:24:46 -0500 Subject: [PATCH] ci: update to setup-cmake v1.6 (#2805) --- .github/workflows/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 5eb6a971..749c0ad0 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -55,7 +55,7 @@ jobs: # An action for adding a specific version of CMake: # https://github.com/jwlawson/actions-setup-cmake - name: Setup CMake ${{ matrix.cmake }} - uses: jwlawson/actions-setup-cmake@v1.5 + uses: jwlawson/actions-setup-cmake@v1.6 with: cmake-version: ${{ matrix.cmake }}