CI: Pin actions/cache 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
This commit is contained in:
Ryan Foster
2026-03-26 23:57:21 -04:00
parent ab7ac20339
commit bf09bf9389
@@ -88,7 +88,7 @@ runs:
- name: Restore Timestamp Cache ⏳
if: fromJSON(inputs.runServiceChecks)
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: ${{ github.workspace }}/other
key: service-check-${{ github.run_id }}