From 2a3ba91f93d2feee84643be68eb92f54086f70cb Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Tue, 1 Oct 2024 18:47:32 +0200 Subject: [PATCH] ci: Sync fetchdepth with other workflows --- .github/workflows/devbuild.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index ef07d1c96..369dfbe32 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -11,7 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - name: Checkout latest code + uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 - name: Set up JDK 21 uses: actions/setup-java@v4 -- GitLab