ci: Remove fetch-depth from checkout (#2629)

This commit is contained in:
Pun Butrach
2025-07-06 05:41:32 +07:00
committed by GitHub
parent 3b459160d7
commit 8f60bf44e5
3 changed files with 0 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4