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