File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up JDK ${{ matrix.jdk }}
20- uses : actions/setup-java@v1
20+ uses : actions/setup-java@v2
2121 with :
22+ distribution : temurin
2223 java-version : ${{ matrix.jdk }}
2324 - name : Cache Maven packages
2425 uses : actions/cache@v2
Original file line number Diff line number Diff line change 1111 with :
1212 fetch-depth : 1
1313 - name : Set up JDK 8
14- uses : actions/setup-java@v1
14+ uses : actions/setup-java@v2
1515 with :
16+ distribution : temurin
1617 java-version : ' 8'
1718 - name : Make buildkit default
1819 uses : docker/setup-buildx-action@v1
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 with :
1313 fetch-depth : 0
14- - name : Set up JDK
15- uses : actions/setup-java@v1
14+ - name : Set up JDK
15+ uses : actions/setup-java@v2
1616 with :
17+ distribution : temurin
1718 java-version : ${{ matrix.jdk }}
1819 - name : Cache Maven packages
1920 uses : actions/cache@v2
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up JDK ${{ matrix.jdk }}
20- uses : actions/setup-java@v1
20+ uses : actions/setup-java@v2
2121 with :
22+ distribution : temurin
2223 java-version : ${{ matrix.jdk }}
2324 - name : Cache Maven packages
2425 uses : actions/cache@v2
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 JDK 11
18- uses : actions/setup-java@v1
18+ uses : actions/setup-java@v2
1919 with :
20+ distribution : temurin
2021 java-version : 11
2122 - name : Cache SonarCloud packages
2223 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments