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 24
24
uses : actions/setup-python@v2
25
25
with :
26
26
python-version : 3.7
27
- - uses : actions/checkout@v2.4 .0
27
+ - uses : actions/checkout@v2.7 .0
28
28
- name : Install Python dependencies
29
29
run : |
30
30
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 19
19
uses : actions/setup-python@v2
20
20
with :
21
21
python-version : 3.7
22
- - uses : actions/checkout@v2.4 .0
22
+ - uses : actions/checkout@v2.7 .0
23
23
- name : Install Python dependencies
24
24
run : |
25
25
python -m pip install --upgrade pip
52
52
uses : actions/setup-python@v2
53
53
with :
54
54
python-version : 3.7
55
- - uses : actions/checkout@v2.4 .0
55
+ - uses : actions/checkout@v2.7 .0
56
56
- name : Install Python dependencies
57
57
run : |
58
58
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments