File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
fetch-depth : 0
14
14
lfs : true
15
15
- name : Install Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ' 3.10'
19
19
- name : Install pipenv
Original file line number Diff line number Diff line change 17
17
name : integration-tests-against-rc
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install pipenv
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- name : Set up Python
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : ' 3.7'
17
17
- name : Check release validity
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install pipenv
41
41
steps :
42
42
- uses : actions/checkout@v3
43
43
- name : Set up Python 3.7
44
- uses : actions/setup-python@v2
44
+ uses : actions/setup-python@v4
45
45
with :
46
46
python-version : 3.7
47
47
- name : Install pipenv
57
57
steps :
58
58
- uses : actions/checkout@v3
59
59
- name : Set up Python 3.9
60
- uses : actions/setup-python@v2
60
+ uses : actions/setup-python@v4
61
61
with :
62
62
python-version : 3.9
63
63
- name : Install pipenv
You can’t perform that action at this time.
0 commit comments