From 4cb2b25ad34390cfc0f17429af05af823f925f5c Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 20 Mar 2024 17:36:09 +0100 Subject: [PATCH] build: crazy workflow idea 8 --- .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 c331f3f..d031efb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Check out files - uses: actions/checkout@3 + uses: actions/checkout@v3 with: submodules: true fetch-depth: 0