Commit 34c4310d9907f6a6c2eb5322fa7472474800577c
Committed by
GitHub
1 parent
639a8add
chore: bump jwlawson/actions-setup-cmake from v1.7 to v1.8 (#560)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from v1.7 to v1.8. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.7...8a432c42cf22eb16687b3516b4759e1cf5604f34) 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
1 additions
and
1 deletions
.github/workflows/tests.yml
| ... | ... | @@ -28,7 +28,7 @@ jobs: |
| 28 | 28 | - name: Add wget |
| 29 | 29 | run: apt-get update && apt-get install -y wget |
| 30 | 30 | - name: Setup cmake |
| 31 | - uses: jwlawson/actions-setup-cmake@v1.7 | |
| 31 | + uses: jwlawson/actions-setup-cmake@v1.8 | |
| 32 | 32 | - name: Configure |
| 33 | 33 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON |
| 34 | 34 | - name: Build | ... | ... |