File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@v3
37
37
- name : Fetch unshallow
38
38
run : git fetch --prune --tags --unshallow -f
39
- - uses : actions/setup-python@v2
39
+ - uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- uses : conda-incubator/setup-miniconda@v2
77
77
- uses : actions/checkout@v3
78
78
- name : Fetch unshallow
79
79
run : git fetch --prune --tags --unshallow -f
80
- - uses : actions/setup-python@v2
80
+ - uses : actions/setup-python@v4
81
81
with :
82
82
python-version : ${{ matrix.python-version }}
83
83
- uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v3
31
31
with :
32
32
fetch-depth : " 100"
33
- - uses : actions/setup-python@v2
33
+ - uses : actions/setup-python@v4
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- uses : conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments