File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ secrets.AUTO_RELEASE_PAT }}
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 - name : Major Version Bump
3030 if : ${{ contains(github.event.*.labels.*.name, 'major :1st_place_medal:') }}
3131 run : make version BUMP=major
Original file line number Diff line number Diff line change 2727 name : Test with Java ${{ matrix.java }}
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 - name : Set up JDK
4747 needs : cancel-previous
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151 with :
5252 fetch-depth : 0
5353 - name : " Generate Coverage Report"
Original file line number Diff line number Diff line change 2929 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.KEY_PWD }}
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 - name : Set up JDK
34343535 with :
Original file line number Diff line number Diff line change 1616 file : [ 'website/docs/changelog.md','README.md' ]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Major
2121 if : ${{ contains(github.event.*.labels.*.name, 'major :1st_place_medal:') }}
2222 run : make verify-doc BUMP=major FILE=${{ matrix.file }}
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
You can’t perform that action at this time.
0 commit comments