Commit c4d3f39dbe112e9b1d4082f5eb012f6be7b76dfc

Authored by dependabot[bot]
Committed by GitHub
1 parent e062023d

chore: bump jwlawson/actions-setup-cmake from 1.12 to 1.13 (#788)

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

---
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>

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
... ... @@ -84,7 +84,7 @@ jobs:
84 84 - name: Add wget
85 85 run: apt-get update && apt-get install -y wget
86 86 - name: Get cmake
87   - uses: jwlawson/actions-setup-cmake@v1.12
  87 + uses: jwlawson/actions-setup-cmake@v1.13
88 88 - name: Configure
89 89 run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
90 90 - name: Build
... ... @@ -101,7 +101,7 @@ jobs:
101 101 - name: Add deps
102 102 run: apt-get update && apt-get install make
103 103 - name: Get CMake
104   - uses: jwlawson/actions-setup-cmake@v1.12
  104 + uses: jwlawson/actions-setup-cmake@v1.13
105 105 - name: Configure
106 106 run: cmake -S . -B build -DCLI11_BOOST=ON
107 107 - name: Build
... ...