From b30072f2c471c72a11d8c088c65bf31ae1179572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:22:38 +0000 Subject: [PATCH] Bump lukka/get-cmake from 4.3.3 to 4.3.4 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/lukka/get-cmake/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 2073d76b..74d63a17 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -142,7 +142,7 @@ jobs: if: ${{ matrix.install_script }} run: ${{ matrix.install_script }} - uses: actions/checkout@v6 - - uses: lukka/get-cmake@v4.3.3 + - uses: lukka/get-cmake@v4.3.4 if: ${{ matrix.install_cmake }} - name: get dependencies run: |