File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 native-image-musl : ' true'
4040
4141 - name : ' Cache Maven packages'
42- uses : actions/cache@v5
42+ uses : actions/cache@v6
4343 with :
4444 path : ~/.m2/repository
4545 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 5858 java-version : ${{ env.JAVA_VERSION }}
5959
6060 - name : ' Cache Maven packages'
61- uses : actions/cache@v5
61+ uses : actions/cache@v6
6262 with :
6363 path : ~/.m2/repository
6464 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4141 cache : maven
4242
4343 - name : Cache SonarCloud packages
44- uses : actions/cache@v5
44+ uses : actions/cache@v6
4545 with :
4646 path : ~/.sonar/cache
4747 key : ${{ runner.os }}-sonar
@@ -158,7 +158,7 @@ jobs:
158158 github-token : ${{ secrets.GITHUB_TOKEN }}
159159
160160 - name : ' Cache Maven packages'
161- uses : actions/cache@v5
161+ uses : actions/cache@v6
162162 with :
163163 path : ~/.m2/repository
164164 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 java-version : ${{ env.JAVA_VERSION }}
125125
126126 - name : ' Cache Maven packages'
127- uses : actions/cache@v5
127+ uses : actions/cache@v6
128128 with :
129129 path : ~/.m2/repository
130130 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments