7171 runs-on : ubuntu-latest
7272 steps :
7373 - uses : actions/checkout@v5
74- - uses : actions/setup-python@v5
74+ - uses : actions/setup-python@v6
7575 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
7676 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
7777 with :
@@ -121,7 +121,7 @@ jobs:
121121 run : tests/run-tests.py --print-failures
122122
123123 nanbox :
124- runs-on : ubuntu-22.04 # use 22.04 to get python2, and libffi-dev:i386
124+ runs-on : ubuntu-22.04 # use 22.04 to get libffi-dev:i386
125125 steps :
126126 - uses : actions/checkout@v5
127127 - name : Install packages
@@ -135,7 +135,7 @@ jobs:
135135 run : tests/run-tests.py --print-failures
136136
137137 longlong :
138- runs-on : ubuntu-22.04 # use 22.04 to get python2, and libffi-dev:i386
138+ runs-on : ubuntu-22.04 # use 22.04 to get libffi-dev:i386
139139 steps :
140140 - uses : actions/checkout@v5
141141 - name : Install packages
@@ -204,7 +204,7 @@ jobs:
204204 runs-on : ubuntu-latest
205205 steps :
206206 - uses : actions/checkout@v5
207- - uses : actions/setup-python@v5
207+ - uses : actions/setup-python@v6
208208 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
209209 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
210210 with :
@@ -221,7 +221,7 @@ jobs:
221221 runs-on : macos-latest
222222 steps :
223223 - uses : actions/checkout@v5
224- - uses : actions/setup-python@v5
224+ - uses : actions/setup-python@v6
225225 with :
226226 python-version : ' 3.8'
227227 - name : Build
@@ -281,7 +281,7 @@ jobs:
281281 runs-on : ubuntu-latest
282282 steps :
283283 - uses : actions/checkout@v5
284- - uses : actions/setup-python@v5
284+ - uses : actions/setup-python@v6
285285 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
286286 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
287287 with :
@@ -306,7 +306,7 @@ jobs:
306306 runs-on : ubuntu-latest
307307 steps :
308308 - uses : actions/checkout@v5
309- - uses : actions/setup-python@v5
309+ - uses : actions/setup-python@v6
310310 # Python 3.12 is the default for ubuntu-24.04, but that has compatibility issues with settrace tests.
311311 # Can remove this step when ubuntu-latest uses a more recent Python 3.x as the default.
312312 with :
0 commit comments