From 8a3dbd4edbc41f1524391bfca3acb1040e1919b5 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 20 Mar 2024 17:35:56 +0100 Subject: [PATCH] build: crazy workflow idea 7 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0a4d111..c331f3f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Check out files - uses: actions/checkout@4 + uses: actions/checkout@3 with: submodules: true fetch-depth: 0