1919 uses : actions/checkout@v5
2020
2121 - name : Setup Python 3.12
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.12"
2525
3636 uses : actions/checkout@v5
3737
3838 - name : Setup Python 3.12
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.12"
4242
5858 /opt/homebrew/bin/bash --version
5959
6060 - name : Setup Python 3.12
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : " 3.12"
6464
9999 uses : actions/checkout@v5
100100
101101 - name : Setup Python 3.12
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version : " 3.12"
105105
@@ -124,7 +124,7 @@ jobs:
124124 uses : actions/checkout@v5
125125
126126 - name : Setup Python 3.12
127- uses : actions/setup-python@v5
127+ uses : actions/setup-python@v6
128128 with :
129129 python-version : " 3.12"
130130
@@ -170,7 +170,7 @@ jobs:
170170 uses : actions/checkout@v5
171171
172172 - name : Setup Python
173- uses : actions/setup-python@v5
173+ uses : actions/setup-python@v6
174174 with :
175175 python-version : ${{ matrix.python-version }}
176176
@@ -223,7 +223,7 @@ jobs:
223223 uses : actions/checkout@v5
224224
225225 - name : Setup Python 3.12
226- uses : actions/setup-python@v5
226+ uses : actions/setup-python@v6
227227 with :
228228 python-version : " 3.12"
229229
@@ -256,7 +256,7 @@ jobs:
256256 uses : actions/checkout@v5
257257
258258 - name : Setup Python 3.12
259- uses : actions/setup-python@v5
259+ uses : actions/setup-python@v6
260260 with :
261261 python-version : " 3.12"
262262
@@ -289,7 +289,7 @@ jobs:
289289 uses : actions/checkout@v5
290290
291291 - name : Setup Python 3.12
292- uses : actions/setup-python@v5
292+ uses : actions/setup-python@v6
293293 with :
294294 python-version : " 3.12"
295295
0 commit comments