File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Set up JDK
23- uses : actions/setup-java@v3
23+ uses : actions/setup-java@v4
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 21 '
2626 distribution : ' liberica'
2727 cache : maven
2828
2929 - name : Maven Tests
3030 run : mvn --batch-mode clean test
3131
3232 - name : Test Coverage
33- uses : codecov/codecov-action@v4.0.1
33+ uses : codecov/codecov-action@v5
3434 env :
3535 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3636
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip
18- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+ wrapperVersion =3.3.2
18+ distributionType =only-script
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
You can’t perform that action at this time.
0 commit comments