Commit db49b5d8641aabdd46bd07cd27688f153ae86e99

Authored by Henry Schreiner
Committed by GitHub
1 parent c4c709e7

chore: bump CMake action (#722)

.github/actions/quick_cmake/action.yml
... ... @@ -13,7 +13,7 @@ runs:
13 13 using: composite
14 14 steps:
15 15 - name: CMake ${{ inputs.cmake-version }}
16   - uses: jwlawson/actions-setup-cmake@v1.11
  16 + uses: jwlawson/actions-setup-cmake@v1.12
17 17 with:
18 18 cmake-version: "${{ inputs.cmake-version }}"
19 19 - run: |
... ...