File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v3
55+ uses : actions/checkout@v6
5656
5757 - uses : actions/setup-java@v5
5858 with :
Original file line number Diff line number Diff line change 3030 # If you do not check out your code, Copilot will do this for you.
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Set up JDK 25
3636 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Set up JDK 25
1616 uses : actions/setup-java@v5
1717 with :
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717 - name : Set up JDK 25
Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
5757
5858 - name : Generate GitHub App Token
5959 id : generate_token
60- uses : actions/create-github-app-token@v1
60+ uses : actions/create-github-app-token@v2
6161 with :
6262 app-id : ${{ secrets.APP_ID }}
6363 private-key : ${{ secrets.APP_PRIVATE_KEY }}
6464
6565 - name : Checkout repository
66- uses : actions/checkout@v5
66+ uses : actions/checkout@v6
6767 with :
6868 ref : ${{ steps.target_branch.outputs.target_branch }}
6969 fetch-depth : 0
Original file line number Diff line number Diff line change 188188 <plugin >
189189 <groupId >org.sonatype.central</groupId >
190190 <artifactId >central-publishing-maven-plugin</artifactId >
191- <version >0.6 .0</version >
191+ <version >0.9 .0</version >
192192 <extensions >true</extensions >
193193 <configuration >
194194 <publishingServerId >central</publishingServerId >
You can’t perform that action at this time.
0 commit comments