From 9a452fc31a79d5ca048733b5180dccef6c43ee07 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Mon, 6 Oct 2025 16:54:22 -0700 Subject: [PATCH] CI: Use main version number instead of pinning (#5951) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Minimal change to use the versioned cache action instead of pinning to a specific commit. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5951-CI-Use-main-version-number-instead-of-pinning-2846d73d36508130821ffb659cb52464) by [Unito](https://www.unito.io) --- .github/workflows/tests-ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-ci.yaml b/.github/workflows/tests-ci.yaml index 94d0f0b2d..1e069ea11 100644 --- a/.github/workflows/tests-ci.yaml +++ b/.github/workflows/tests-ci.yaml @@ -89,7 +89,7 @@ jobs: run: sleep 10 - name: Restore cached setup - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache/restore@v4 with: fail-on-cache-miss: true path: | @@ -155,7 +155,7 @@ jobs: run: sleep 10 - name: Restore cached setup - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache/restore@v4 with: fail-on-cache-miss: true path: | @@ -319,4 +319,4 @@ jobs: "${{ github.event.pull_request.number }}" \ "${{ github.head_ref }}" \ "completed" - #### END Deployment and commenting (non-forked PRs only) \ No newline at end of file + #### END Deployment and commenting (non-forked PRs only)