mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user