ci: update to setup-cmake v1.6 (#2805)

This commit is contained in:
Henry Schreiner 2021-01-19 18:24:46 -05:00 committed by GitHub
parent e8c4f54316
commit 87f5aff4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}