File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 wheel-artifact-name : ${{ steps.artifact-name.outputs.wheel }}
6666 steps :
6767 - name : Switch to using Python 3.10 by default
68- uses : actions/setup-python@v3
68+ uses : actions/setup-python@v4
6969 with :
7070 python-version : >-
7171 3.10
@@ -220,7 +220,7 @@ jobs:
220220
221221 steps :
222222 - name : Switch to using Python v3.10
223- uses : actions/setup-python@v3
223+ uses : actions/setup-python@v4
224224 with :
225225 python-version : >-
226226 3.10
@@ -324,7 +324,7 @@ jobs:
324324
325325 steps :
326326 - name : Switch to using Python 3.10 by default
327- uses : actions/setup-python@v3
327+ uses : actions/setup-python@v4
328328 with :
329329 python-version : >-
330330 3.10
@@ -452,7 +452,7 @@ jobs:
452452
453453 steps :
454454 - name : Setup Python ${{ matrix.py }}
455- uses : actions/setup-python@v3
455+ uses : actions/setup-python@v4
456456 with :
457457 python-version : ${{ matrix.py }}
458458
You can’t perform that action at this time.
0 commit comments