From 27ce82252c47cbba24e14cecdce6d03a8fde3a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:03:57 +0000 Subject: [PATCH] github: workflows: bump lukka/get-cmake from 3.31.5 to 3.31.6 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.31.5 to 3.31.6. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.31.5...56d043d188c3612951d8755da8f4b709ec951ad6) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/performance-aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-aarch64.yml b/.github/workflows/performance-aarch64.yml index 35a0fb8a748..b142240db7d 100644 --- a/.github/workflows/performance-aarch64.yml +++ b/.github/workflows/performance-aarch64.yml @@ -51,7 +51,7 @@ jobs: # Note: This will create a github actions cache - name: Get latest CMake and Ninja - uses: lukka/get-cmake@5f6e04f5267c8133f1273bf2103583fc72c46b17 # v3.31.5 + uses: lukka/get-cmake@56d043d188c3612951d8755da8f4b709ec951ad6 # v3.31.6 with: cmakeVersion: 3.31.0 ninjaVersion: 1.12.0