diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 128f28bbd..c3b670d31 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -47,7 +47,7 @@ runs: - name: Restore cache if: ${{ ! inputs.gcs-bucket }} id: cache-restore - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ${{ inputs.path || inputs.path-tmp }} key: ${{ inputs.key }}