File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.x"
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525
2626 - uses : hynek/build-and-inspect-python-package@v2
2727
4141
4242 steps :
4343 - name : Download packages built by build-and-inspect-python-package
44- uses : actions/download-artifact@v4
44+ uses : actions/download-artifact@v5
4545 with :
4646 name : Packages
4747 path : dist
Original file line number Diff line number Diff line change 1414 matrix :
1515 branch : ["3.14", "3.13", "3.12"]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : ${{ matrix.branch }}
5959 # Test minimum supported and latest stable from 3.x series
6060 python-version : ["3.12", "3"]
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - uses : actions/setup-python@v5
6464 with :
6565 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments