File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# Set up dependency cache
36
36
- name : Cache local Maven repository
37
- uses : actions/cache@v2
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : ~/.m2/repository
40
40
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 45
45
46
46
# Set up dependency cache
47
47
- name : Cache local Maven repository
48
- uses : actions/cache@v2
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ~/.m2/repository
51
51
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 42
42
43
43
# Set up dependency cache
44
44
- name : Cache local Maven repository
45
- uses : actions/cache@v2
45
+ uses : actions/cache@v4
46
46
with :
47
47
path : ~/.m2/repository
48
48
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments