From a609121c28b4a72321a9a8c72f41134b535563d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:18:53 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.26.4 to 4.3.3 in the github-actions group Bumps the github-actions group with 1 update: [lukka/get-cmake](https://github.com/lukka/get-cmake). Updates `lukka/get-cmake` from 3.26.4 to 4.3.3 - [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/a234373d65f7cab3afb0390fbaba1f20a7510fdc...591817e96fcad43505fb4eae36172462abb3a42e) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index e028ae82..9e1b8db2 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -435,7 +435,7 @@ jobs: steps: - name: Install CMake & Ninja - uses: lukka/get-cmake@a234373d65f7cab3afb0390fbaba1f20a7510fdc # v3.26.4 + uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3 - name: Update Vcpkg if: matrix.DEPS == 'vcpkg' @@ -710,7 +710,7 @@ jobs: run: brew install tclap glm glew sfml mesa-glu - name: Install CMake & Ninja - uses: lukka/get-cmake@a234373d65f7cab3afb0390fbaba1f20a7510fdc # v3.26.4 + uses: lukka/get-cmake@591817e96fcad43505fb4eae36172462abb3a42e # v4.3.3 - name: Install Vcpkg if: matrix.DEPS == 'vcpkg'