2323 steps :
2424 - uses : actions/checkout@v5
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 # Use python 3.10 for docs to match the version for the sphinx plugin
2828 # https://github.com/googleapis/synthtool/pull/1891
2929 with :
3838 steps :
3939 - uses : actions/checkout@v5
4040 - name : Set up Python
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 # Use python 3.10 for docs to match the version for the sphinx plugin
4343 # https://github.com/googleapis/synthtool/pull/1891
4444 with :
5858 steps :
5959 - uses : actions/checkout@v5
6060 - name : Set up Python "${{ matrix.python }}"
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : " ${{ matrix.python }}"
6464 cache : ' pip'
8181 steps :
8282 - uses : actions/checkout@v5
8383 - name : Set up Python "${{ matrix.python }}"
84- uses : actions/setup-python@v5
84+ uses : actions/setup-python@v6
8585 with :
8686 python-version : " ${{ matrix.python }}"
8787 cache : ' pip'
@@ -127,7 +127,7 @@ jobs:
127127 sudo mkdir -p /tmp/workspace/tests/cert/
128128 sudo chown -R ${USER} /tmp/workspace/
129129 - name : Set up Python "3.13"
130- uses : actions/setup-python@v5
130+ uses : actions/setup-python@v6
131131 with :
132132 python-version : " 3.13"
133133 cache : ' pip'
@@ -173,7 +173,7 @@ jobs:
173173 steps :
174174 - uses : actions/checkout@v5
175175 - name : Set up Python "${{ matrix.python }}"
176- uses : actions/setup-python@v5
176+ uses : actions/setup-python@v6
177177 with :
178178 python-version : " ${{ matrix.python }}"
179179 cache : ' pip'
@@ -201,7 +201,7 @@ jobs:
201201 steps :
202202 - uses : actions/checkout@v5
203203 - name : Set up Python "3.13"
204- uses : actions/setup-python@v5
204+ uses : actions/setup-python@v6
205205 with :
206206 python-version : " 3.13"
207207 cache : ' pip'
@@ -229,7 +229,7 @@ jobs:
229229 steps :
230230 - uses : actions/checkout@v5
231231 - name : Set up Python "3.13"
232- uses : actions/setup-python@v5
232+ uses : actions/setup-python@v6
233233 with :
234234 python-version : " 3.13"
235235 cache : ' pip'
@@ -254,7 +254,7 @@ jobs:
254254 steps :
255255 - uses : actions/checkout@v5
256256 - name : Set up Python "3.13"
257- uses : actions/setup-python@v5
257+ uses : actions/setup-python@v6
258258 with :
259259 python-version : " 3.13"
260260 cache : ' pip'
@@ -277,7 +277,7 @@ jobs:
277277 steps :
278278 - uses : actions/checkout@v5
279279 - name : Set up Python ${{ matrix.python }}
280- uses : actions/setup-python@v5
280+ uses : actions/setup-python@v6
281281 with :
282282 python-version : ${{ matrix.python }}
283283 cache : ' pip'
@@ -302,7 +302,7 @@ jobs:
302302 steps :
303303 - uses : actions/checkout@v5
304304 - name : Set up Python ${{ matrix.python }}
305- uses : actions/setup-python@v5
305+ uses : actions/setup-python@v6
306306 with :
307307 python-version : ${{ matrix.python }}
308308 cache : ' pip'
@@ -349,7 +349,7 @@ jobs:
349349 steps :
350350 - uses : actions/checkout@v5
351351 - name : Set up Python 3.13
352- uses : actions/setup-python@v5
352+ uses : actions/setup-python@v6
353353 with :
354354 python-version : " 3.13"
355355 cache : ' pip'
@@ -368,7 +368,7 @@ jobs:
368368 steps :
369369 - uses : actions/checkout@v5
370370 - name : Set up Python 3.13
371- uses : actions/setup-python@v5
371+ uses : actions/setup-python@v6
372372 with :
373373 python-version : " 3.13"
374374 cache : ' pip'
@@ -389,7 +389,7 @@ jobs:
389389 steps :
390390 - uses : actions/checkout@v5
391391 - name : Set up Python 3.13
392- uses : actions/setup-python@v5
392+ uses : actions/setup-python@v6
393393 with :
394394 python-version : " 3.13"
395395 cache : ' pip'
@@ -410,7 +410,7 @@ jobs:
410410 steps :
411411 - uses : actions/checkout@v5
412412 - name : Set up Python "3.13"
413- uses : actions/setup-python@v5
413+ uses : actions/setup-python@v6
414414 with :
415415 python-version : " 3.13"
416416 cache : ' pip'
0 commit comments