File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 versions : ${{ steps.get_versions.outputs.versions }}
2424 need_ci : ${{ (steps.preflight.outputs.need_ci == 'true') || (steps.preflight.outputs.need_image == 'true') }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 show-progress : false
2929 - id : get_versions
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 show-progress : false
3333
Original file line number Diff line number Diff line change 1414 image_base : ${{ steps.details.outputs.image_base }}
1515 need_lint : ${{ steps.preflight.outputs.need_lint == 'true' }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 show-progress : false
2020 - id : details
3333 container :
3434 image : ${{ needs.preflight.outputs.image_base }}:main
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 show-progress : false
3939 - uses : kpfleming/composite-actions/lint-hatch@v3
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-24.04-arm
2222
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727 show-progress : false
Original file line number Diff line number Diff line change 2121 container :
2222 image : ${{ inputs.image }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 show-progress : false
2727 - name : build wheel
You can’t perform that action at this time.
0 commit comments