Commit 291af01f284bc87dcb6f42bde48e5f1f8782b475

Authored by dependabot[bot]
Committed by GitHub
1 parent 5ba63620

chore: bump jwlawson/actions-setup-cmake from 1.11 to 1.12 (#695)

Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.11 to 1.12.
- [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
- [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.11...v1.12)

---
updated-dependencies:
- dependency-name: jwlawson/actions-setup-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing 1 changed file with 2 additions and 2 deletions
.github/workflows/tests.yml
... ... @@ -18,7 +18,7 @@ jobs:
18 18 - name: Add wget
19 19 run: apt-get update && apt-get install -y wget
20 20 - name: Get cmake
21   - uses: jwlawson/actions-setup-cmake@v1.11
  21 + uses: jwlawson/actions-setup-cmake@v1.12
22 22 - name: Configure
23 23 run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
24 24 - name: Build
... ... @@ -36,7 +36,7 @@ jobs:
36 36 - name: Add deps
37 37 run: apt-get update && apt-get install make
38 38 - name: Get CMake
39   - uses: jwlawson/actions-setup-cmake@v1.11
  39 + uses: jwlawson/actions-setup-cmake@v1.12
40 40 - name: Configure
41 41 run: cmake -S . -B build -DCLI11_BOOST=ON
42 42 - name: Build
... ...