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 1212 runs-on : ubuntu-latest
1313 container : condaforge/miniforge3:latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : false
2727 runs-on : ubuntu-latest
2828 container : python:3.9
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 persist-credentials : false
Original file line number Diff line number Diff line change 1818 release_version : ${{ steps.check-release.outputs.release_version }}
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 persist-credentials : false
4141 WHEEL_OUTPUT_DIR : /tmp/wheel_output
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747 persist-credentials : false
You can’t perform that action at this time.
0 commit comments