File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
+ with :
18
+ fetch-depth : 0
17
19
- uses : actions/setup-python@v5
18
20
with :
19
21
python-version : 3.11
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v4
11
+ with :
12
+ fetch-depth : 0
11
13
- uses : actions/setup-python@v5
12
14
with :
13
15
python-version : 3.11
Original file line number Diff line number Diff line change 25
25
shell : bash
26
26
steps :
27
27
- uses : actions/checkout@v4
28
+ with :
29
+ fetch-depth : 0
28
30
- uses : actions/setup-python@v5
29
31
with :
30
32
python-version : ${{ matrix.python-version }}
50
52
runs-on : ubuntu-latest
51
53
steps :
52
54
- uses : actions/checkout@v4
55
+ with :
56
+ fetch-depth : 0
53
57
- uses : actions/setup-python@v5
54
58
with :
55
59
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
+ with :
18
+ fetch-depth : 0
17
19
- uses : actions/setup-python@v5
18
20
with :
19
21
python-version : 3.11
You can’t perform that action at this time.
0 commit comments