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