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

This commit is contained in:
Pun Butrach
2025-09-02 18:57:25 +07:00
committed by oSumAtrIX
parent 2297e94cb8
commit b58a11f9f1
2 changed files with 0 additions and 4 deletions

View File

@@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1

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