Skip to content

Commit 5114680

Browse files
committed
Remove use of fetch-depth
1 parent 4a12810 commit 5114680

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- name: Checkout pymongoarrow
4747
uses: actions/checkout@v4
4848
with:
49-
fetch-depth: 0
5049
persist-credentials: false
5150

5251
- name: Set up python version
@@ -95,7 +94,6 @@ jobs:
9594
steps:
9695
- uses: actions/checkout@v4
9796
with:
98-
fetch-depth: 0
9997
persist-credentials: false
10098

10199
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)