File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 distribution : ${{ env.JAVA_DISTRO }}
7272
7373 - name : ' Cache Maven packages'
74- uses : actions/cache@v3.3.1
74+ uses : actions/cache@v4
7575 with :
7676 path : ~/.m2
7777 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4343 ./mvnw -ntp -B verify --file pom.xml
4444
4545 - name : ' Cache SonarCloud packages'
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.sonar/cache
4949 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 distribution : ${{ env.JAVA_DISTRO }}
183183
184184 - name : ' Cache Maven packages'
185- uses : actions/cache@v3.3.1
185+ uses : actions/cache@v4
186186 with :
187187 path : ~/.m2
188188 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments