File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ jobs:
263263 # checkout@v2 adds a header that makes branch protection report errors
264264 # because the Github action bot is not a collaborator on the repo
265265 run : git config --local --unset http.https://github.com/.extraheader
266- - name : Fetch tags
267- run : git fetch --prune --unshallow
268266 - name : Set up Python
269267 uses : actions/setup-python@v4
270268 with :
@@ -301,8 +299,6 @@ jobs:
301299 # checkout@v2 adds a header that makes branch protection report errors
302300 # because the Github action bot is not a collaborator on the repo
303301 run : git config --local --unset http.https://github.com/.extraheader
304- - name : Fetch tags
305- run : git fetch --prune --unshallow
306302 - name : Set up Python
307303 uses : actions/setup-python@v4
308304 with :
@@ -342,8 +338,6 @@ jobs:
342338 # checkout@v2 adds a header that makes branch protection report errors
343339 # because the Github action bot is not a collaborator on the repo
344340 run : git config --local --unset http.https://github.com/.extraheader
345- - name : Fetch tags
346- run : git fetch --prune --unshallow
347341 - name : Download version file
348342 uses : actions/download-artifact@v4
349343 with :
You can’t perform that action at this time.
0 commit comments