Skip to content

Commit

Permalink
maximize fetch depth in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 29, 2024
1 parent cb45048 commit f6026af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f6026af

Please sign in to comment.