File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 java : [17]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up JDK
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 check-latest : true
2323 distribution : temurin
3535 runs-on : ubuntu-24.04
3636 needs : build
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - uses : actions/cache@v4
4040 env :
4141 cache-name : cache-maven-artifacts
4949 # Publish snapshot
5050 - name : Set up JDK 17 for publishing a snapshot
5151 if : github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
52- uses : actions/setup-java@v4
52+ uses : actions/setup-java@v5
5353 with :
5454 check-latest : true
5555 distribution : temurin
6666 # Publish release
6767 - name : Set up JDK 17 for publishing a release
6868 if : github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
69- uses : actions/setup-java@v4
69+ uses : actions/setup-java@v5
7070 with :
7171 gpg-passphrase : MAVEN_GPG_PASSPHRASE
7272 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments