From 5ce2824f8b32cd825705c561ed242ccdcd729bce Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 25 Jan 2026 10:21:16 +0100 Subject: [PATCH] back to old checkout system --- .gitea/workflows/dev-branch.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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