3333 python : 3.8.15
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737
3838 - name : setup-python ${{ matrix.python }}
3939 id : setup-python
7777 python : 3.8.15
7878 steps :
7979 - name : Checkout
80- uses : actions/checkout@v3
80+ uses : actions/checkout@v4
8181
8282 - name : build-version-file ${{ matrix.python }}
8383 run : echo ${{ matrix.python }} > .python-version
@@ -124,7 +124,7 @@ jobs:
124124 python : 3.8.15
125125 steps :
126126 - name : Checkout
127- uses : actions/checkout@v3
127+ uses : actions/checkout@v4
128128
129129 - name : build-version-file ${{ matrix.python }}
130130 run : echo ${{ matrix.python }} > .python-version
@@ -169,7 +169,7 @@ jobs:
169169 python : 3.8.15
170170 steps :
171171 - name : Checkout
172- uses : actions/checkout@v3
172+ uses : actions/checkout@v4
173173
174174 - name : build-version-file ${{ matrix.python }}
175175 run : |
@@ -219,7 +219,7 @@ jobs:
219219 python : 3.8.15
220220 steps :
221221 - name : Checkout
222- uses : actions/checkout@v3
222+ uses : actions/checkout@v4
223223
224224 - name : build-version-file ${{ matrix.python }}
225225 run : |
@@ -259,7 +259,7 @@ jobs:
259259 os : [macos-latest, windows-latest, ubuntu-20.04]
260260 steps :
261261 - name : Checkout
262- uses : actions/checkout@v3
262+ uses : actions/checkout@v4
263263
264264 - name : setup-python 3.9.0-beta.4
265265 id : setup-python
@@ -293,7 +293,7 @@ jobs:
293293 os : [macos-latest, windows-latest, ubuntu-latest]
294294 steps :
295295 - name : Checkout
296- uses : actions/checkout@v3
296+ uses : actions/checkout@v4
297297
298298 - name : setup-python 3.9-dev
299299 id : setup-python
@@ -321,7 +321,7 @@ jobs:
321321 os : [macos-latest, windows-latest, ubuntu-latest]
322322 steps :
323323 - name : Checkout
324- uses : actions/checkout@v3
324+ uses : actions/checkout@v4
325325
326326 - name : setup-python 3.12
327327 id : setup-python
@@ -351,7 +351,7 @@ jobs:
351351 python : ['3.7', '3.8', '3.9', '3.10']
352352 steps :
353353 - name : Checkout
354- uses : actions/checkout@v3
354+ uses : actions/checkout@v4
355355
356356 - name : setup-python ${{ matrix.python }}
357357 id : setup-python
@@ -374,7 +374,7 @@ jobs:
374374 os : [ubuntu-latest, windows-latest, macos-latest]
375375 python-version : ['3.8', '3.9', '3.10']
376376 steps :
377- - uses : actions/checkout@v3
377+ - uses : actions/checkout@v4
378378 - name : Setup Python and check latest
379379 uses : ./
380380 with :
@@ -397,7 +397,7 @@ jobs:
397397 matrix :
398398 os : [ubuntu-latest, windows-latest, macos-latest]
399399 steps :
400- - uses : actions/checkout@v3
400+ - uses : actions/checkout@v4
401401 - name : Setup Python and check latest
402402 uses : ./
403403 with :
0 commit comments