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 3636 timeout-minutes : 5
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 - name : Install tox & uv
4141 run : |
4242 pipx install tox
5050 timeout-minutes : 5
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : Install tox & uv
5555 run : |
5656 pipx install tox
Original file line number Diff line number Diff line change 2626 VERSION : ${{ steps.export.outputs.VERSION }}
2727 steps :
2828 - name : " Checkout"
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 - name : " Install uv"
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : " Checkout"
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 - name : " Download all the dists"
5959 uses : actions/download-artifact@v6
6060 with :
You can’t perform that action at this time.
0 commit comments