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 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222
2323 - name : pytest
2424 env :
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Check out Git repository
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Lint with Flake8
1818 run : |
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Check out Git repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Check spelling
3131 run : |
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : hynek/build-and-inspect-python-package@v2
1717
1818 publish :
2525 id-token : write
2626
2727 steps :
28- - uses : actions/download-artifact@v5
28+ - uses : actions/download-artifact@v6
2929 with :
3030 name : Packages
3131 path : dist
You can’t perform that action at this time.
0 commit comments