File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 steps :
2525
2626 - name : Checkout spinalcordtoolbox
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828 with :
2929 repository : spinalcordtoolbox/spinalcordtoolbox
3030 path : spinalcordtoolbox
4141 cat ~/.bashrc | grep "export PATH" | grep -o "/.*" | cut -d ':' -f 1 >> $GITHUB_PATH
4242
4343 - name : " Checkout '${{ github.event.repository.name }}'"
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v4
4545 with :
4646 path : ${{ github.event.repository.name }}
4747
Original file line number Diff line number Diff line change 2929 steps :
3030
3131 - name : Checkout spinalcordtoolbox
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v4
3333 with :
3434 repository : spinalcordtoolbox/spinalcordtoolbox
3535 path : spinalcordtoolbox
4747 cat ~/.bashrc | grep "export PATH" | grep -o "/.*" | cut -d ':' -f 1 >> $GITHUB_PATH
4848
4949 - name : " Checkout '${{ github.event.repository.name }}'"
50- uses : actions/checkout@v2
50+ uses : actions/checkout@v4
5151 with :
5252 ref : ${{ env.GITHUB_SHA }}
5353 path : ${{ github.event.repository.name }}
8282 tag_name : ${{ github.event.inputs.release_title }}
8383 release_id : ${{ steps.create_release.outputs.id }}
8484 # Only attach to release if workflow is run manually. (This allows the workflow to double as a PR test.)
85- if : github.event_name == 'workflow_dispatch'
85+ if : github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments