From a6863c6952c271c484b69a77749a8e159365dca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 01:04:43 +0000 Subject: [PATCH] build(deps): Bump lukka/get-cmake from 4.0.1 to 4.02 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.0.1 to 4.02. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/57c20a23a6cac5b90f31864439996e5b206df9dc...ea004816823209b8d1211e47b216185caee12cc5) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: '4.02' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/zxc-build-library.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxc-build-library.yaml b/.github/workflows/zxc-build-library.yaml index ba31a936..ca28c6bd 100644 --- a/.github/workflows/zxc-build-library.yaml +++ b/.github/workflows/zxc-build-library.yaml @@ -140,7 +140,7 @@ jobs: run: mkdir -p "${{ github.workspace }}/b/vcpkg_cache" - name: Install CMake & Ninja - uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1 + uses: lukka/get-cmake@ea004816823209b8d1211e47b216185caee12cc5 # v4.02 with: useCloudCache: true