diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8a6242a3b..62ad0cae7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.30.1 + uses: lukka/get-cmake@v3.30.2 - 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@v4 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.30.1 + uses: lukka/get-cmake@v3.30.2 - name: cmake run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - name: build @@ -211,7 +211,7 @@ jobs: run: apt-get update ; apt-get install -y unzip git - uses: actions/checkout@v4 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.30.1 + uses: lukka/get-cmake@v3.30.2 - name: cmake run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On - name: build @@ -232,7 +232,7 @@ jobs: run: apt-get update ; apt-get install -y unzip git - uses: actions/checkout@v4 - name: Get latest CMake and ninja - uses: lukka/get-cmake@v3.30.1 + uses: lukka/get-cmake@v3.30.2 - name: cmake run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On - name: build