File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ jobs:
1111 name : Build
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
17- - name : Set up JDK 17
18- uses : actions/setup-java@v3
17+ - name : Set up JDK 21
18+ uses : actions/setup-java@v4
1919 with :
2020 distribution : ' adopt'
21- java-version : 17
21+ java-version : ' 21 '
2222 - name : Cache SonarCloud packages
23- uses : actions/cache@v3
23+ uses : actions/cache@v4
2424 with :
2525 path : ~/.sonar/cache
2626 key : ${{ runner.os }}-sonar
2727 restore-keys : ${{ runner.os }}-sonar
2828 - name : Cache Maven packages
29- uses : actions/cache@v3
29+ uses : actions/cache@v4
3030 with :
3131 path : ~/.m2
3232 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments