ci: Use default fetch-depth of 1 for checkout step (#3466)

This commit is contained in:
Pun Butrach
2025-07-08 23:10:52 +07:00
committed by GitHub
parent 57b63f7913
commit 65fbf9777c
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: Setup Java
uses: actions/setup-java@v4

View File

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