From feaf7e74d4377e35d8dbdfe41d4f3143e22f01e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:43:03 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.27.7 to 3.30.0 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.27.7 to 3.30.0. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.27.7...v3.30.0) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b85caf951a..c783cbde7e 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.27.7 + uses: lukka/get-cmake@v3.30.0 - name: cmake run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - name: build @@ -190,7 +190,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.27.7 + uses: lukka/get-cmake@v3.30.0 - name: cmake run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - name: build @@ -212,7 +212,7 @@ jobs: run: apt-get update ; apt-get install -y unzip git - uses: actions/checkout@v3 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.27.7 + uses: lukka/get-cmake@v3.30.0 - name: cmake run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On - name: build @@ -233,7 +233,7 @@ jobs: run: apt-get update ; apt-get install -y unzip git - uses: actions/checkout@v3 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.27.7 + uses: lukka/get-cmake@v3.30.0 - name: cmake run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - name: build