File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 distribution : ' zulu'
1414 java-version : ' 17'
1515 - name : Cache
16- uses : actions/cache@v4.3.0
16+ uses : actions/cache@v5.0.2
1717 with :
1818 path : ~/.m2/repository
1919 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1616 server-username : MAVEN_USERNAME
1717 server-password : MAVEN_PASSWORD
1818 - name : Cache
19- uses : actions/cache@v4.3.0
19+ uses : actions/cache@v5.0.2
2020 with :
2121 path : ~/.m2/repository
2222 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 distribution : ' zulu'
2020 java-version : ' 17'
2121 - name : Cache SonarCloud packages
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.sonar/cache
2525 key : ${{ runner.os }}-sonar
2626 restore-keys : ${{ runner.os }}-sonar
2727 - name : Cache Maven packages
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/.m2
3131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments