File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ jobs:
263
263
# checkout@v2 adds a header that makes branch protection report errors
264
264
# because the Github action bot is not a collaborator on the repo
265
265
run : git config --local --unset http.https://github.com/.extraheader
266
- - name : Fetch tags
267
- run : git fetch --prune --unshallow
268
266
- name : Set up Python
269
267
uses : actions/setup-python@v4
270
268
with :
@@ -301,8 +299,6 @@ jobs:
301
299
# checkout@v2 adds a header that makes branch protection report errors
302
300
# because the Github action bot is not a collaborator on the repo
303
301
run : git config --local --unset http.https://github.com/.extraheader
304
- - name : Fetch tags
305
- run : git fetch --prune --unshallow
306
302
- name : Set up Python
307
303
uses : actions/setup-python@v4
308
304
with :
@@ -342,8 +338,6 @@ jobs:
342
338
# checkout@v2 adds a header that makes branch protection report errors
343
339
# because the Github action bot is not a collaborator on the repo
344
340
run : git config --local --unset http.https://github.com/.extraheader
345
- - name : Fetch tags
346
- run : git fetch --prune --unshallow
347
341
- name : Download version file
348
342
uses : actions/download-artifact@v4
349
343
with :
You can’t perform that action at this time.
0 commit comments