Skip to content

Commit 37112dc

Browse files
authored
ci: Remove fetch-depth from checkout (#5311)
1 parent 9a02061 commit 37112dc

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
1816

1917
- name: Setup Java
2018
uses: actions/setup-java@v4

.github/workflows/pull_strings.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
ref: dev
20-
fetch-depth: 0
2120
clean: true
2221

2322
- name: Pull strings

.github/workflows/push_strings.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
2018

2119
- name: Preprocess strings
2220
env:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22-
with:
23-
fetch-depth: 0
2422

2523
- name: Setup Java
2624
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)