From ce535e1a12871c90ec8f5c366f65aff1eb616d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:52:57 +0000 Subject: [PATCH] build(deps): bump lukka/get-cmake from 3.31.2 to 3.31.5 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.31.2 to 3.31.5. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.31.2...v3.31.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/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index e26ed8ddda..dee359fdcb 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -68,7 +68,7 @@ jobs: rm -rf src/vendor - name: Get CMake v3.23.0 - uses: lukka/get-cmake@v3.31.2 + uses: lukka/get-cmake@v3.31.5 - name: Fetch tags run: |