File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v4
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : 3.9
3737
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 - uses : actions/checkout@v4
202202 - name : Set up Python
203203 if : ${{ needs.changes.outputs.framework == 'true' }}
204- uses : actions/setup-python@v5
204+ uses : actions/setup-python@v6
205205 with :
206206 python-version : ' 3.10'
207207 - name : Install build tools
@@ -457,7 +457,7 @@ jobs:
457457 - uses : actions/checkout@v4
458458 - name : Set up Python
459459 if : ${{ needs.changes.outputs.framework == 'true' }}
460- uses : actions/setup-python@v5
460+ uses : actions/setup-python@v6
461461 with :
462462 python-version : ' 3.10'
463463 - name : Install build tools
@@ -492,7 +492,7 @@ jobs:
492492 steps :
493493 - uses : actions/checkout@v4
494494 - name : Set up Python
495- uses : actions/setup-python@v5
495+ uses : actions/setup-python@v6
496496 with :
497497 python-version : ${{ matrix.python-version }}
498498 - name : Install build tools
You can’t perform that action at this time.
0 commit comments