File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Python 3.7
18
18
uses : actions/setup-python@v2
19
19
with :
20
- python-version : 3.7.9
20
+ python-version : 3.7.10
21
21
- name : Install dependencies
22
22
run : |
23
23
python -m pip install --upgrade pip
35
35
- name : Set up Python 3.7
36
36
uses : actions/setup-python@v2
37
37
with :
38
- python-version : 3.7.9
38
+ python-version : 3.7.10
39
39
- name : Install dependencies
40
40
run : |
41
41
python -m pip install --upgrade pip
64
64
- name : Set up Python 3.7
65
65
uses : actions/setup-python@v2
66
66
with :
67
- python-version : 3.7.9
67
+ python-version : 3.7.10
68
68
- name : Setup Java
69
69
uses : actions/setup-java@v1
70
70
with :
95
95
- name : Set up Python 3.7
96
96
uses : actions/setup-python@v2
97
97
with :
98
- python-version : 3.7.9
98
+ python-version : 3.7.10
99
99
- name : Setup Java
100
100
uses : actions/setup-java@v1
101
101
with :
@@ -130,7 +130,7 @@ jobs:
130
130
- name : Set up Python 3.7
131
131
uses : actions/setup-python@v2
132
132
with :
133
- python-version : 3.7.9
133
+ python-version : 3.7.10
134
134
- name : Setup Java
135
135
uses : actions/setup-java@v1
136
136
with :
@@ -167,7 +167,7 @@ jobs:
167
167
- name : Set up Python 3.7
168
168
uses : actions/setup-python@v2
169
169
with :
170
- python-version : 3.7.9
170
+ python-version : 3.7.10
171
171
- name : Setup Java
172
172
uses : actions/setup-java@v1
173
173
with :
You can’t perform that action at this time.
0 commit comments