File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 version_tag : ${{steps.output_version_tag.outputs.VERSION_TAG}}
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 ref : ${{ env.BRANCH_NAME }}
3636 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 packages : read
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 ref : ${{ env.BRANCH_NAME }}
2525
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout local github actions
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 ref : ${{ env.BRANCH_NAME }}
3838 fetch-depth : 0
Original file line number Diff line number Diff line change 4949 sha_short : ${{ steps.commit_id.outputs.sha_short }}
5050 steps :
5151 - name : Checkout code
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 ref : ${{ env.BRANCH_NAME }}
5555
You can’t perform that action at this time.
0 commit comments