downgrade actions/checkout fixing lfs fetch
This commit is contained in:
parent
8d7de99a40
commit
d85fe2c4bc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue