File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 distribution : ' adopt'
3030 java-version : ' 17'
3131 - name : Cache Maven packages
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : ~/.m2
3535 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3030 distribution : ' adopt'
3131 java-version : 17
3232 - name : Cache Maven packages
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : ~/.m2
3636 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -56,13 +56,13 @@ jobs:
5656 distribution : ' adopt'
5757 java-version : ' 17'
5858 - name : Cache Maven packages
59- uses : actions/cache@v2
59+ uses : actions/cache@v4
6060 with :
6161 path : ~/.m2
6262 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6363 restore-keys : ${{ runner.os }}-m2
6464 - name : Cache SonarCloud packages
65- uses : actions/cache@v2
65+ uses : actions/cache@v4
6666 with :
6767 path : ~/.sonar/cache
6868 key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments