diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 73f41d153..24ff2b9f5 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ inputs.path || inputs.path-tmp }} key: ${{ inputs.key }}