File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
distribution : " adopt"
22
22
23
23
- name : Cache local Maven repository
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : ~/.m2/repository
27
27
key : ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml') }}
50
50
distribution : " adopt"
51
51
52
52
- name : Cache local Maven repository
53
- uses : actions/cache@v2
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ~/.m2/repository
56
56
key : ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml') }}
79
79
distribution : " adopt"
80
80
81
81
- name : Cache local Maven repository
82
- uses : actions/cache@v2
82
+ uses : actions/cache@v4
83
83
with :
84
84
path : ~/.m2/repository
85
85
key : ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml') }}
Original file line number Diff line number Diff line change 27
27
run : python3 ./python/auto_doc.py
28
28
29
29
- name : Cache local Maven repository
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.m2/repository
33
33
key : ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml') }}
Original file line number Diff line number Diff line change 32
32
run : python3 ./python/auto_doc.py
33
33
34
34
- name : Cache local Maven repository
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.m2/repository
38
38
key : ${{ runner.os }}-maven-${{ hashFiles('java/pom.xml') }}
You can’t perform that action at this time.
0 commit comments