File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
submodules : " recursive"
23
23
- name : Setup Python 3.8
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : " 3.8"
27
27
- uses : actions/cache@v3
@@ -138,7 +138,7 @@ jobs:
138
138
steps :
139
139
- uses : actions/checkout@v3
140
140
- name : Set up Python
141
- uses : actions/setup-python@v1
141
+ uses : actions/setup-python@v4
142
142
with :
143
143
python-version : 3.8
144
144
- name : Get artifacts
@@ -167,7 +167,7 @@ jobs:
167
167
steps :
168
168
- uses : actions/checkout@v3
169
169
- name : Set up Python
170
- uses : actions/setup-python@v1
170
+ uses : actions/setup-python@v4
171
171
with :
172
172
python-version : 3.8
173
173
- name : Get artifacts
@@ -205,7 +205,7 @@ jobs:
205
205
steps :
206
206
- uses : actions/checkout@v3
207
207
- name : Set up Python
208
- uses : actions/setup-python@v1
208
+ uses : actions/setup-python@v4
209
209
with :
210
210
python-version : 3.8
211
211
- name : Get artifacts
You can’t perform that action at this time.
0 commit comments