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

This commit is contained in:
Pun Butrach
2025-07-11 22:31:12 +07:00
committed by GitHub
parent e019f83232
commit 1e39db06b8
4 changed files with 0 additions and 7 deletions

View File

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