Skip to content

Commit 34c4310

Browse files
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](jwlawson/actions-setup-cmake@v1.7...8a432c4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 639a8ad commit 34c4310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Add wget
2929
run: apt-get update && apt-get install -y wget
3030
- name: Setup cmake
31-
uses: jwlawson/actions-setup-cmake@v1.7
31+
uses: jwlawson/actions-setup-cmake@v1.8
3232
- name: Configure
3333
run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON
3434
- name: Build

0 commit comments

Comments
 (0)