From 740063ca710e5c241148fdbc5a6fa1a82e60b310 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 9 May 2024 00:29:08 +0200 Subject: [PATCH] fix ci --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5b02d3f..b46b45b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true