diff --git a/.gitea/workflows/dev-branch.yaml b/.gitea/workflows/dev-branch.yaml index 42e8fefc..076b6d45 100644 --- a/.gitea/workflows/dev-branch.yaml +++ b/.gitea/workflows/dev-branch.yaml @@ -23,9 +23,10 @@ jobs: run: | apt update && apt -y install curl zip nodejs - - uses: actions/checkout@v6 + - name: Checkout with LFS + uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main with: - lfs: true + checkout-version: 3 # Cache # - uses: actions/cache@v3