File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Checkout
6868 uses : actions/checkout@v5
6969 - name : Set up Python ${{ env.PYTHON_LATEST }}
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ env.PYTHON_LATEST }}
7373 - name : Install core libraries for build
@@ -239,7 +239,7 @@ jobs:
239239 path : dist
240240
241241 - name : Setup Python ${{ matrix.pyver }}
242- uses : actions/setup-python@v5
242+ uses : actions/setup-python@v6
243243 with :
244244 python-version : ${{ matrix.pyver }}
245245 allow-prereleases : true
@@ -406,7 +406,7 @@ jobs:
406406 uses : actions/checkout@v5
407407 - name : Setup Python 3.13
408408 id : python-install
409- uses : actions/setup-python@v5
409+ uses : actions/setup-python@v6
410410 with :
411411 python-version : 3.13
412412 cache : pip
Original file line number Diff line number Diff line change 2929 - name : Checkout
3030 uses : actions/checkout@v5
3131 - name : Setup Python ${{ env.PYTHON_LATEST }}
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ env.PYTHON_LATEST }}
3535 - name : Cache PyPI
You can’t perform that action at this time.
0 commit comments