File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
fetch-depth : 5
44
44
45
45
- name : Set up Python 3
46
- uses : actions/setup-python@v4.7.1
46
+ uses : actions/setup-python@v5.0.0
47
47
with :
48
48
python-version : ' 3'
49
49
@@ -102,7 +102,7 @@ jobs:
102
102
fetch-depth : 5
103
103
104
104
- name : Set up Python 3
105
- uses : actions/setup-python@v4.7.1
105
+ uses : actions/setup-python@v5.0.0
106
106
with :
107
107
python-version : ' 3'
108
108
@@ -152,7 +152,7 @@ jobs:
152
152
fetch-depth : 5
153
153
154
154
- name : Set up Python 3
155
- uses : actions/setup-python@v4.7.1
155
+ uses : actions/setup-python@v5.0.0
156
156
with :
157
157
python-version : ' 3'
158
158
@@ -183,7 +183,7 @@ jobs:
183
183
fetch-depth : 5
184
184
185
185
- name : Set up Python 3
186
- uses : actions/setup-python@v4.7.1
186
+ uses : actions/setup-python@v5.0.0
187
187
with :
188
188
python-version : ' 3'
189
189
@@ -216,7 +216,7 @@ jobs:
216
216
uses : actions/checkout@v4.1.1
217
217
218
218
- name : Set up Python 3
219
- uses : actions/setup-python@v4.7.1
219
+ uses : actions/setup-python@v5.0.0
220
220
with :
221
221
python-version : ' 3'
222
222
Original file line number Diff line number Diff line change 64
64
path : cpython
65
65
66
66
- name : Set up Python 3
67
- uses : actions/setup-python@v4.7.1
67
+ uses : actions/setup-python@v5.0.0
68
68
with :
69
69
python-version : ' 3'
70
70
cache : ' pip'
@@ -183,7 +183,7 @@ jobs:
183
183
path : ${{ matrix.branch }}
184
184
185
185
- name : Set up Python 3
186
- uses : actions/setup-python@v4.7.1
186
+ uses : actions/setup-python@v5.0.0
187
187
with :
188
188
python-version : ' 3'
189
189
cache : ' pip'
You can’t perform that action at this time.
0 commit comments