21
21
- uses : actions/checkout@v3
22
22
with :
23
23
persist-credentials : false
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : 3.7
27
27
cache : ' pip'
38
38
- uses : actions/checkout@v3
39
39
with :
40
40
persist-credentials : false
41
- - uses : actions/setup-python@v4
41
+ - uses : actions/setup-python@v5
42
42
with :
43
43
python-version : 3.7
44
44
cache : ' pip'
55
55
- uses : actions/checkout@v3
56
56
with :
57
57
persist-credentials : false
58
- - uses : actions/setup-python@v4
58
+ - uses : actions/setup-python@v5
59
59
with :
60
60
python-version : 3.7
61
61
cache : ' pip'
73
73
- uses : actions/checkout@v3
74
74
with :
75
75
persist-credentials : false
76
- - uses : actions/setup-python@v4
76
+ - uses : actions/setup-python@v5
77
77
with :
78
78
python-version : 3.7
79
79
cache : ' pip'
90
90
- uses : actions/checkout@v3
91
91
with :
92
92
persist-credentials : false
93
- - uses : actions/setup-python@v4
93
+ - uses : actions/setup-python@v5
94
94
with :
95
95
python-version : 3.7
96
96
cache : ' pip'
@@ -107,7 +107,7 @@ jobs:
107
107
- uses : actions/checkout@v3
108
108
with :
109
109
persist-credentials : false
110
- - uses : actions/setup-python@v4
110
+ - uses : actions/setup-python@v5
111
111
with :
112
112
python-version : 3.7
113
113
cache : ' pip'
@@ -124,7 +124,7 @@ jobs:
124
124
- uses : actions/checkout@v3
125
125
with :
126
126
persist-credentials : false
127
- - uses : actions/setup-python@v4
127
+ - uses : actions/setup-python@v5
128
128
with :
129
129
python-version : 3.7
130
130
cache : ' pip'
@@ -148,7 +148,7 @@ jobs:
148
148
persist-credentials : false
149
149
ref : ${{ github.event.pull_request.head.sha }}
150
150
fetch-depth : ${{ env.PR_FETCH_DEPTH }}
151
- - uses : actions/setup-python@v4
151
+ - uses : actions/setup-python@v5
152
152
if : github.event_name == 'pull_request'
153
153
with :
154
154
python-version : 3.7
@@ -171,7 +171,7 @@ jobs:
171
171
with :
172
172
persist-credentials : false
173
173
- name : Install Python version
174
- uses : actions/setup-python@v4
174
+ uses : actions/setup-python@v5
175
175
with :
176
176
python-version : 3.7
177
177
cache : ' pip'
@@ -209,7 +209,7 @@ jobs:
209
209
persist-credentials : false
210
210
ref : ${{ github.event.pull_request.head.sha }}
211
211
fetch-depth : 0
212
- - uses : actions/setup-python@v4
212
+ - uses : actions/setup-python@v5
213
213
if : github.event_name == 'pull_request'
214
214
with :
215
215
python-version : 3.7
@@ -247,7 +247,7 @@ jobs:
247
247
with :
248
248
persist-credentials : false
249
249
- name : Install Python version ${{ matrix.env.PYTHON }}
250
- uses : actions/setup-python@v4
250
+ uses : actions/setup-python@v5
251
251
with :
252
252
python-version : ${{ matrix.env.PYTHON }}
253
253
cache : ' pip'
0 commit comments