fix: trying cache v3
This commit is contained in:
@ -22,7 +22,7 @@ runs:
|
||||
|
||||
- name: Restore LFS cache
|
||||
if: ${{ inputs.checkout-version == '3' }}
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
id: lfs-cache
|
||||
with:
|
||||
path: .git/lfs
|
||||
|
Reference in New Issue
Block a user