diff --git a/.github/workflows/ci-aarch64.yml b/.github/workflows/ci-aarch64.yml index 7128844eee5..a25c149c109 100644 --- a/.github/workflows/ci-aarch64.yml +++ b/.github/workflows/ci-aarch64.yml @@ -57,7 +57,7 @@ jobs: # Faster builds where possible. Fix version of CMake and Ninja. # Note: This will create a github actions cache - name: Get CMake and Ninja - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1 with: cmakeVersion: 3.31.0 ninjaVersion: 1.12.0 @@ -134,7 +134,7 @@ jobs: # Faster builds where possible. Fix version of CMake and Ninja. # Note: This will create a github actions cache - name: Get CMake and Ninja - uses: lukka/get-cmake@f176ccd3f28bda569c43aae4894f06b2435a3375 # v4.2.3 + uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1 with: cmakeVersion: 3.31.0 ninjaVersion: 1.12.0