From 7a820e1ed03fc0cf366a7ade5b143023d8529578 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 8 Apr 2024 19:57:33 +0100 Subject: [PATCH] ci --- .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 29ac65a..2868a2b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Cloning repo uses: actions/checkout@v4 with: - fetch-depth: full + fetch-depth: 2 - name: Set up JDK 17 and Maven uses: s4u/setup-maven-action@v1.7.0