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 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17+ with :
18+ fetch-depth : 0
1719 - uses : actions/setup-python@v5
1820 with :
1921 python-version : 3.11
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11+ with :
12+ fetch-depth : 0
1113 - uses : actions/setup-python@v5
1214 with :
1315 python-version : 3.11
Original file line number Diff line number Diff line change 2525 shell : bash
2626 steps :
2727 - uses : actions/checkout@v4
28+ with :
29+ fetch-depth : 0
2830 - uses : actions/setup-python@v5
2931 with :
3032 python-version : ${{ matrix.python-version }}
5052 runs-on : ubuntu-latest
5153 steps :
5254 - uses : actions/checkout@v4
55+ with :
56+ fetch-depth : 0
5357 - uses : actions/setup-python@v5
5458 with :
5559 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17+ with :
18+ fetch-depth : 0
1719 - uses : actions/setup-python@v5
1820 with :
1921 python-version : 3.11
You can’t perform that action at this time.
0 commit comments