File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
languages : java
47
47
48
48
- name : Cache local Maven repository
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.m2/repository
52
52
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 19
19
with :
20
20
java-version : ${{ matrix.java }}
21
21
- name : Cache local Maven repository
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.m2/repository
25
25
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 19
19
with :
20
20
java-version : ${{ matrix.java }}
21
21
- name : Cache local Maven repository
22
- uses : actions/cache@v2
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.m2/repository
25
25
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 22
22
server-username : MAVEN_USERNAME
23
23
server-password : MAVEN_PASSWORD
24
24
- name : Cache local Maven repository
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2/repository
28
28
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 22
22
server-username : MAVEN_USERNAME
23
23
server-password : MAVEN_PASSWORD
24
24
- name : Cache local Maven repository
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.m2/repository
28
28
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 28
28
server-username : MAVEN_USERNAME
29
29
server-password : MAVEN_PASSWORD
30
30
- name : Cache local Maven repository
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.m2/repository
34
34
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 28
28
server-username : MAVEN_USERNAME
29
29
server-password : MAVEN_PASSWORD
30
30
- name : Cache local Maven repository
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.m2/repository
34
34
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments