File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
with :
17
- fetch-tags : true
17
+ fetch-depth : 0
18
18
19
19
- uses : actions/setup-python@v5
20
20
with :
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
with :
33
- fetch-tags : true
33
+ fetch-depth : 0
34
34
35
35
- name : Set up Python ${{ matrix.python-version }}
36
36
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
with :
29
- fetch-tags : true
29
+ fetch-depth : 0
30
30
31
31
- name : Set up Python ${{ matrix.python-version }}
32
32
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
with :
72
- fetch-tags : true
72
+ fetch-depth : 0
73
73
- name : Set up Python ${{ matrix.python-version }}
74
74
uses : actions/setup-python@v5
75
75
with :
Original file line number Diff line number Diff line change 69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
with :
72
- fetch-tags : true
72
+ fetch-depth : 0
73
73
- name : Set up Python ${{ matrix.python-version }}
74
74
uses : actions/setup-python@v5
75
75
with :
You can’t perform that action at this time.
0 commit comments