File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Install uv
1111 uses : astral-sh/setup-uv@v7
1212 with :
2626 os : [ubuntu-latest, windows-latest, macos-latest]
2727 runs-on : ${{ matrix.os }}
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Install uv
3131 uses : astral-sh/setup-uv@v7
3232 with :
Original file line number Diff line number Diff line change 1313 name : Build source distribution
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Install uv
2626 - name : Build SDist and wheel
2727 run : uv build
2828
29- - uses : actions/upload-artifact@v5
29+ - uses : actions/upload-artifact@v7
3030 with :
3131 name : artifact
3232 path : dist/*
@@ -38,10 +38,10 @@ jobs:
3838 if : github.event_name == 'push'
3939 needs : [ build_dist ]
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
44- - uses : actions/download-artifact@v5
44+ - uses : actions/download-artifact@v7
4545 with :
4646 name : artifact
4747 path : dist
5454 runs-on : ubuntu-24.04
5555 needs : [ publish ]
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 with :
5959 fetch-depth : 0
6060 - name : Extract version
You can’t perform that action at this time.
0 commit comments