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,12 +17,11 @@ jobs:
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Java
20- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 8'
2323 distribution : ' zulu'
2424 cache : ' maven'
25- cache-dependency-path : ' **/pom.xml'
2625 - name : Set up CI environment
2726 run : .github/setup.sh
2827 - name : Execute the build
Original file line number Diff line number Diff line change @@ -40,12 +40,11 @@ jobs:
4040 steps :
4141 - uses : actions/checkout@v2
4242 - name : Set up JDK 17
43- uses : actions/setup-java@v2
43+ uses : actions/setup-java@v4
4444 with :
4545 java-version : ' 17'
4646 distribution : ' zulu'
4747 cache : ' maven'
48- cache-dependency-path : ' **/pom.xml'
4948 - name : Jacoco Report and SonarCloud Analysis
5049 env :
5150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
You can’t perform that action at this time.
0 commit comments