github-action: fetch depth fix

This commit is contained in:
Jacker 2024-01-24 18:56:44 +02:00
parent b517866731
commit 2541d84169
No known key found for this signature in database
GPG Key ID: 1ACCC1587C75F319
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout sources
with:
depth: 0
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-java@v4