File tree 11 files changed +13
-13
lines changed
11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 57
57
- name : Cache local Maven repository
58
58
if : needs.changes.outputs.codechange == 'true'
59
59
id : cache-maven
60
- uses : actions/cache@v2
60
+ uses : actions/cache@v4
61
61
with :
62
62
path : ~/.m2/repository
63
63
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 40
40
sudo apt-get install -y texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra latexmk tex-gyre texlive-xetex fonts-freefont-otf xindy
41
41
- name : Cache local Maven repository
42
42
id : cache-maven
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v4
44
44
with :
45
45
path : ~/.m2/repository
46
46
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 48
48
java-version : 8
49
49
- name : Cache local Maven repository
50
50
id : cache-maven
51
- uses : actions/cache@v2
51
+ uses : actions/cache@v4
52
52
with :
53
53
path : ~/.m2/repository
54
54
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
@@ -100,7 +100,7 @@ jobs:
100
100
java-version : 8
101
101
- name : Cache local Maven repository
102
102
id : cache-maven
103
- uses : actions/cache@v2
103
+ uses : actions/cache@v4
104
104
with :
105
105
path : ~/.m2/repository
106
106
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 46
46
java-version : 8
47
47
- name : Cache local Maven repository
48
48
id : cache-maven
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.m2/repository
52
52
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 32
32
java-version : 8
33
33
- name : Cache local Maven repository
34
34
id : cache-maven
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.m2/repository
38
38
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 52
52
java-version : 8
53
53
- name : Cache local Maven repository
54
54
id : cache-maven
55
- uses : actions/cache@v2
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ~/.m2/repository
58
58
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 52
52
java-version : 8
53
53
- name : Cache local Maven repository
54
54
id : cache-maven
55
- uses : actions/cache@v2
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ~/.m2/repository
58
58
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
@@ -103,7 +103,7 @@ jobs:
103
103
java-version : 8
104
104
- name : Cache local Maven repository
105
105
id : cache-maven
106
- uses : actions/cache@v2
106
+ uses : actions/cache@v4
107
107
with :
108
108
path : ~/.m2/repository
109
109
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 59
59
java-version : 8
60
60
- name : Cache local Maven repository
61
61
id : cache-maven
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v4
63
63
with :
64
64
path : ~/.m2/repository
65
65
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 47
47
java-version : 8
48
48
- name : Cache local Maven repository
49
49
id : cache-maven
50
- uses : actions/cache@v2
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.m2/repository
53
53
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 47
47
java-version : 8
48
48
- name : Cache local Maven repository
49
49
id : cache-maven
50
- uses : actions/cache@v2
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.m2/repository
53
53
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 83
83
- name : Cache local Maven repository
84
84
if : needs.changes.outputs.codechange == 'true'
85
85
id : cache-maven
86
- uses : actions/cache@v2
86
+ uses : actions/cache@v4
87
87
with :
88
88
path : ~/.m2/repository
89
89
key : ${{ runner.os }}-maven-2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments