File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Setup Python environment
24
- uses : actions/setup-python@v2.2.2
24
+ uses : actions/setup-python@v4.6.1
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install Requirements
42
42
steps :
43
43
- uses : actions/checkout@v2
44
44
- name : Setup Python environment
45
- uses : actions/setup-python@v2.2.2
45
+ uses : actions/setup-python@v4.6.1
46
46
with :
47
47
python-version : ' 3.7'
48
48
- name : Install Requirements
75
75
steps :
76
76
77
77
- name : Setup Python environment
78
- uses : actions/setup-python@v2.2.2
78
+ uses : actions/setup-python@v4.6.1
79
79
with :
80
80
python-version : ${{ matrix.python-version }}
81
81
- name : Install Requirements
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Setup Python environment
16
- uses : actions/setup-python@v2.2.2
16
+ uses : actions/setup-python@v4.6.1
17
17
with :
18
18
python-version : ' 3.7'
19
19
- name : Install Requirements
37
37
steps :
38
38
- uses : actions/checkout@v2
39
39
- name : Setup Python environment
40
- uses : actions/setup-python@v2.2.2
40
+ uses : actions/setup-python@v4.6.1
41
41
with :
42
42
python-version : ' 3.7'
43
43
- name : Install Requirements
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Setup Python
20
- uses : actions/setup-python@v2.2.2
20
+ uses : actions/setup-python@v4.6.1
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- name : Setup Python environment
13
- uses : actions/setup-python@v2.2.2
13
+ uses : actions/setup-python@v4.6.1
14
14
with :
15
15
python-version : 3.7
16
16
- name : Get current time
You can’t perform that action at this time.
0 commit comments