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

This commit is contained in:
Pun Butrach
2025-09-02 18:57:25 +07:00
committed by GitHub
parent fc96137567
commit ba9955addb
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