Skip to content

Commit 8f60bf4

Browse files
authored
ci: Remove fetch-depth from checkout (#2629)
1 parent 3b45916 commit 8f60bf4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
ref: refs/pull/${{ inputs.pr-number }}/merge
30-
fetch-depth: 0
3130

3231
- name: Setup Java
3332
uses: actions/setup-java@v4

.github/workflows/release.yml

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

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

.github/workflows/sync_crowdin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
ref: dev
26-
fetch-depth: 0
2726
clean: true
2827

2928
- name: Setup Flutter

0 commit comments

Comments
 (0)