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 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Build and Check Package
2020 uses : hynek/build-and-inspect-python-package@v2.13
2727 contents : write # For tag.
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Download Package
3333 uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 2222 package :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Build and Check Package
2727 uses : hynek/build-and-inspect-python-package@v2.13
2828
3737 os : [ubuntu-latest, macos-latest] # , windows-latest] # Windows tests will fail.
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141
4242 - name : Download Package
4343 uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments