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