From f6026af5ba2d3908e63cc12d41ad2284c6acaf2b Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 29 Aug 2024 17:09:52 -0400 Subject: [PATCH] maximize fetch depth in CI --- .github/workflows/ant.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 7fdb713..5933831 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -27,6 +29,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up JDK 22 uses: actions/setup-java@v4 with: