File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1717 - name : Set up Maven Central Repository
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 java-version : ${{ matrix.java }}
2121 distribution : ' adopt'
Original file line number Diff line number Diff line change 1212 with :
1313 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1414 - name : Set up Maven Central Repository
15- uses : actions/setup-java@v3
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : ${{ matrix.java }}
1818 distribution : ' adopt'
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v4
1111 - name : Set up Java
12- uses : actions/setup-java@v3
12+ uses : actions/setup-java@v4
1313 with :
1414 java-version : ' 17'
1515 distribution : ' adopt'
2727
2828 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
2929 - name : Set up Maven Central Repository
30- uses : actions/setup-java@v3
30+ uses : actions/setup-java@v4
3131 with :
3232 java-version : ' 17'
3333 distribution : ' adopt'
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Maven Central Repository
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 java-version : ' 17'
2121 distribution : ' adopt'
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Maven Central Repository
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with :
1818 java-version : ${{ matrix.java }}
1919 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments