From 5d60f3d536a90d1c8b90b6ba8262ede617c52c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:48:23 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 3.30.2 to 3.30.5 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.2 to 3.30.5. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.2...v3.30.5) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index a06d129b7..3b485bd74 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Get modern CMake and Ninja" - uses: "lukka/get-cmake@v3.30.2" + uses: "lukka/get-cmake@v3.30.5" - name: Prepare Vulkan SDK uses: humbletim/setup-vulkan-sdk@v1.2.0 with: