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
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue