From 3647b6a67d837da1ffdeefa75c8be472a9c03ab7 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 26 Mar 2026 23:57:41 -0400 Subject: [PATCH] CI: Pin actions/cache/restore to commit hash The v4 tag currently points to v4.3.0 which is https://github.com/actions/cache/commit/0057852bfaa89a56745cba8c7296529d2fc39830. https://github.com/actions/cache/releases/tag/v4.3.0 --- .github/workflows/build-project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index 1a799e3a2..fb1ac8f69 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -103,7 +103,7 @@ jobs: print "xcodeCasPath=${xcode_cas_path}" >> $GITHUB_OUTPUT - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 id: xcode-cache with: path: ${{ steps.setup.outputs.xcodeCasPath }} @@ -191,7 +191,7 @@ jobs: submodules: recursive fetch-depth: 0 - - uses: actions/cache/restore@v4 + - uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 id: ccache-cache with: path: ${{ github.workspace }}/.ccache