From c4d3f39dbe112e9b1d4082f5eb012f6be7b76dfc Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 10:28:29 -0400 Subject: [PATCH] chore: bump jwlawson/actions-setup-cmake from 1.12 to 1.13 (#788) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32f83f7..febc813 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: - name: Add wget run: apt-get update && apt-get install -y wget - name: Get cmake - uses: jwlawson/actions-setup-cmake@v1.12 + uses: jwlawson/actions-setup-cmake@v1.13 - name: Configure run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON - name: Build @@ -101,7 +101,7 @@ jobs: - name: Add deps run: apt-get update && apt-get install make - name: Get CMake - uses: jwlawson/actions-setup-cmake@v1.12 + uses: jwlawson/actions-setup-cmake@v1.13 - name: Configure run: cmake -S . -B build -DCLI11_BOOST=ON - name: Build -- libgit2 0.21.4