File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Set up JDK
2222 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : Set up JDK
2626 uses : actions/setup-java@v5
2727 with :
3737 runs-on : ubuntu-latest
3838
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - name : Set up JDK
4242 uses : actions/setup-java@v5
4343 with :
5454 needs : [ build ]
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 # Needed by sonar to get the git history for the branch the PR will be merged into.
5959 with :
6060 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Repo
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 ref : ${{ inputs.tag }}
3737 token : ${{ secrets.BROADBOT_TOKEN }}
Original file line number Diff line number Diff line change 2020 runs-on : " ubuntu-latest"
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 ref : ${{ inputs.tag }}
2626 token : ${{ secrets.BROADBOT_TOKEN }}
Original file line number Diff line number Diff line change 1313 contents : write
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Set up JDK
1919 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1616 tag : ${{ steps.tag.outputs.tag }}
1717 steps :
1818 - name : Checkout current code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 token : ${{ secrets.BROADBOT_TOKEN }} # this allows the push to succeed later
2222 - name : Bump the tag to a new version
You can’t perform that action at this time.
0 commit comments