File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
java-version : ${{ matrix.java }}
20
20
distribution : ${{ matrix.distribution }}
21
- - uses : actions/cache@v2
21
+ - uses : actions/cache@v4
22
22
with :
23
23
path : ~/.m2
24
24
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 20
20
server-id : sonatype-nexus-snapshots
21
21
server-username : MAVEN_USERNAME
22
22
server-password : MAVEN_PASSWORD
23
- - uses : actions/cache@v2
23
+ - uses : actions/cache@v4
24
24
with :
25
25
path : ~/.m2
26
26
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 15
15
with :
16
16
java-version : ' 11'
17
17
distribution : ' zulu'
18
- - uses : actions/cache@v2
18
+ - uses : actions/cache@v4
19
19
with :
20
20
path : ~/.m2
21
21
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments