File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v5
23
23
- name : Setup Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.10'
27
27
cache : ' pip'
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Checkout
107
107
uses : actions/checkout@v5
108
108
- name : Setup Python ${{ matrix.pyver }}
109
- uses : actions/setup-python@v5
109
+ uses : actions/setup-python@v6
110
110
with :
111
111
allow-prereleases : true
112
112
python-version : ${{ matrix.pyver }}
@@ -166,7 +166,7 @@ jobs:
166
166
run : yarn install
167
167
working-directory : admin-js/
168
168
- name : Setup Python
169
- uses : actions/setup-python@v5
169
+ uses : actions/setup-python@v6
170
170
with :
171
171
python-version : 3.12
172
172
cache : ' pip'
@@ -226,7 +226,7 @@ jobs:
226
226
- name : Checkout
227
227
uses : actions/checkout@v5
228
228
- name : Setup Python
229
- uses : actions/setup-python@v5
229
+ uses : actions/setup-python@v6
230
230
with :
231
231
python-version : 3.11
232
232
- name : Disable man-db to speed up apt
You can’t perform that action at this time.
0 commit comments