File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - " 3.14"
3030 runs-on : ${{ matrix.os }}
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333
3434 - name : Install uv and set py version
3535 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout full history
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0
2525 persist-credentials : false
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 if : github.event_name == 'release' && github.repository == 'sequence-toolbox/SeQUeNCe'
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 persist-credentials : true
1818 - name : Install uv
3232 runs-on : ubuntu-latest
3333 if : github.event_name == 'push' && github.repository == 'sequence-toolbox/SeQUeNCe'
3434 steps :
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 with :
3737 persist-credentials : true
3838 - name : Install uv
Original file line number Diff line number Diff line change 2323 client-id : ${{ vars.APP_CLIENT_ID }}
2424 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2525 - name : Checkout Master
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727 with :
2828 fetch-depth : ' 0'
2929 token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments