diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 5eb6a9717..749c0ad00 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 }}