File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 submodules : true
4545 - name : Cache local Maven repository
46- uses : actions/cache@v2
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.m2/repository
4949 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 4040 with :
4141 submodules : true
4242 - name : Cache local Maven repository
43- uses : actions/cache@v2
43+ uses : actions/cache@v4
4444 with :
4545 path : ~/.m2/repository
4646 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 with :
249249 submodules : true
250250 - name : Cache maven repository
251- uses : actions/cache@v3
251+ uses : actions/cache@v4
252252 with :
253253 path : ~/.m2/repository
254254 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -276,7 +276,7 @@ jobs:
276276 with :
277277 submodules : true
278278 - name : Cache maven repository
279- uses : actions/cache@v3
279+ uses : actions/cache@v4
280280 with :
281281 path : ~/.m2/repository
282282 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -310,7 +310,7 @@ jobs:
310310 with :
311311 submodules : true
312312 - name : Cache maven repository
313- uses : actions/cache@v3
313+ uses : actions/cache@v4
314314 with :
315315 path : ~/.m2/repository
316316 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -731,7 +731,7 @@ jobs:
731731 username : ${{ github.repository_owner }}
732732 password : ${{ secrets.GITHUB_TOKEN }}
733733 - name : Cache maven repository
734- uses : actions/cache@v3
734+ uses : actions/cache@v4
735735 with :
736736 path : ~/.m2/repository
737737 key : ${{ runner.os }}-maven-${{ hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}
@@ -854,7 +854,7 @@ jobs:
854854 java-version : ${{ matrix.java-version }}
855855 distribution : temurin
856856 - name : Cache maven repository
857- uses : actions/cache@v3
857+ uses : actions/cache@v4
858858 with :
859859 path : ~/.m2/repository
860860 key : ${{ runner.os }}-maven-${{ hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments