File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4040 java-version : ${{ matrix.java }}
4141
4242 - name : Cache Maven
43- uses : actions/cache@v4
43+ uses : actions/cache@v5
4444 with :
4545 path : ~/.m2/repository
4646 key : ${{ runner.os }}-mvn-build-${{ hashFiles('**/pom.xml') }}
@@ -93,15 +93,15 @@ jobs:
9393 java-version : ${{ matrix.java }}
9494
9595 - name : Cache Maven
96- uses : actions/cache@v4
96+ uses : actions/cache@v5
9797 with :
9898 path : ~/.m2/repository
9999 key : ${{ runner.os }}-mvn-checkstyle-${{ hashFiles('**/pom.xml') }}
100100 restore-keys : |
101101 ${{ runner.os }}-mvn-checkstyle-
102102
103103 - name : CheckStyle Cache
104- uses : actions/cache@v4
104+ uses : actions/cache@v5
105105 with :
106106 path : ' **/target/checkstyle-cachefile'
107107 key : ${{ runner.os }}-checkstyle-${{ hashFiles('**/pom.xml') }}
@@ -129,15 +129,15 @@ jobs:
129129 java-version : ${{ matrix.java }}
130130
131131 - name : Cache Maven
132- uses : actions/cache@v4
132+ uses : actions/cache@v5
133133 with :
134134 path : ~/.m2/repository
135135 key : ${{ runner.os }}-mvn-pmd-${{ hashFiles('**/pom.xml') }}
136136 restore-keys : |
137137 ${{ runner.os }}-mvn-pmd-
138138
139139 - name : PMD Cache
140- uses : actions/cache@v4
140+ uses : actions/cache@v5
141141 with :
142142 path : ' **/target/pmd/pmd.cache'
143143 key : ${{ runner.os }}-pmd-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2828
2929 # Try to reuse existing cache from check-build
3030 - name : Try restore Maven Cache
31- uses : actions/cache/restore@v4
31+ uses : actions/cache/restore@v5
3232 with :
3333 path : ~/.m2/repository
3434 key : ${{ runner.os }}-mvn-build-${{ hashFiles('**/pom.xml') }}
@@ -179,7 +179,7 @@ jobs:
179179
180180 # Try to reuse existing cache from check-build
181181 - name : Try restore Maven Cache
182- uses : actions/cache/restore@v4
182+ uses : actions/cache/restore@v5
183183 with :
184184 path : ~/.m2/repository
185185 key : ${{ runner.os }}-mvn-build-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments