File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 SIGNING_PGP_PASSWORD : ${{ secrets.SIGNING_PGP_PASSWORD }}
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : actions/setup-java@v4
19+ - uses : actions/setup-java@v5
2020 with :
2121 distribution : temurin
2222 java-version : 17
Original file line number Diff line number Diff line change 1111 if : ${{ !github.event.pull_request.draft }}
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : temurin
1717 java-version : 17
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-java@v4
13+ - uses : actions/setup-java@v5
1414 with :
1515 distribution : temurin
1616 java-version : 17
You can’t perform that action at this time.
0 commit comments