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 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Build and run tests
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 java-version : " 21"
2323 distribution : " temurin"
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v5
1313
1414 - name : Set up JDK
15- uses : actions/setup-java@v4
15+ uses : actions/setup-java@v5
1616 with :
1717 distribution : " temurin"
1818 java-version : " 21"
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Java for publishing to Maven Central Repository
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : " 21"
2727 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments