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 :
@@ -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