File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 languages : java
4747
4848 - name : Cache local Maven repository
49- uses : actions/cache@v2
49+ uses : actions/cache@v4
5050 with :
5151 path : ~/.m2/repository
5252 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 with :
2020 java-version : ${{ matrix.java }}
2121 - name : Cache local Maven repository
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.m2/repository
2525 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 with :
2020 java-version : ${{ matrix.java }}
2121 - name : Cache local Maven repository
22- uses : actions/cache@v2
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/.m2/repository
2525 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2222 server-username : MAVEN_USERNAME
2323 server-password : MAVEN_PASSWORD
2424 - name : Cache local Maven repository
25- uses : actions/cache@v2
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.m2/repository
2828 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2222 server-username : MAVEN_USERNAME
2323 server-password : MAVEN_PASSWORD
2424 - name : Cache local Maven repository
25- uses : actions/cache@v2
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.m2/repository
2828 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2828 server-username : MAVEN_USERNAME
2929 server-password : MAVEN_PASSWORD
3030 - name : Cache local Maven repository
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.m2/repository
3434 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2828 server-username : MAVEN_USERNAME
2929 server-password : MAVEN_PASSWORD
3030 - name : Cache local Maven repository
31- uses : actions/cache@v2
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.m2/repository
3434 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments