aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2021-01-19 18:24:46 -0500
committerGitHub <noreply@github.com>2021-01-19 18:24:46 -0500
commit87f5aff4a7814377d49639715a26e81027640d9b (patch)
tree6b819e2d25e34bd76cae96635bce8d22040d07a6
parente8c4f5431620a6ec859c4a0e80cba68531d58c1c (diff)
downloadpybind11-87f5aff4a7814377d49639715a26e81027640d9b.tar.gz
ci: update to setup-cmake v1.6 (#2805)
-rw-r--r--.github/workflows/configure.yml2
1 files changed, 1 insertions, 1 deletions
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 }}