File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 29
29
distribution : ' zulu'
30
30
java-version : ${{ matrix.java }}
31
31
- name : Cache Gradle
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
env :
34
34
java-version : ${{ matrix.java }}
35
35
with :
@@ -68,14 +68,14 @@ jobs:
68
68
java-version : 17
69
69
- name : Cache SonarCloud packages
70
70
if : env.SONAR_TOKEN != null
71
- uses : actions/cache@v3
71
+ uses : actions/cache@v4
72
72
with :
73
73
path : ~/.sonar/cache
74
74
key : ${{ runner.os }}-sonar
75
75
restore-keys : ${{ runner.os }}-sonar
76
76
- name : Cache Gradle packages
77
77
if : env.SONAR_TOKEN != null
78
- uses : actions/cache@v3
78
+ uses : actions/cache@v4
79
79
with :
80
80
path : ~/.gradle/caches
81
81
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 22
22
distribution : ' zulu'
23
23
java-version : 17
24
24
- name : Cache Gradle
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
env :
27
27
java-version : 17
28
28
with :
50
50
distribution : ' zulu'
51
51
java-version : 17
52
52
- name : Cache Gradle
53
- uses : actions/cache@v3
53
+ uses : actions/cache@v4
54
54
env :
55
55
java-version : 17
56
56
with :
87
87
distribution : ' zulu'
88
88
java-version : 11
89
89
- name : Cache Gradle
90
- uses : actions/cache@v3
90
+ uses : actions/cache@v4
91
91
env :
92
92
java-version : 11
93
93
with :
@@ -118,7 +118,7 @@ jobs:
118
118
java-version : 11
119
119
120
120
- name : Cache Gradle
121
- uses : actions/cache@v3
121
+ uses : actions/cache@v4
122
122
env :
123
123
java-version : 11
124
124
with :
@@ -156,7 +156,7 @@ jobs:
156
156
distribution : ' zulu'
157
157
java-version : 17
158
158
- name : Cache Gradle
159
- uses : actions/cache@v3
159
+ uses : actions/cache@v4
160
160
env :
161
161
java-version : 17
162
162
with :
Original file line number Diff line number Diff line change 25
25
distribution : ' zulu'
26
26
java-version : 17
27
27
- name : Cache Gradle
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
env :
30
30
java-version : 17
31
31
with :
53
53
distribution : ' zulu'
54
54
java-version : 17
55
55
- name : Cache Gradle
56
- uses : actions/cache@v3
56
+ uses : actions/cache@v4
57
57
env :
58
58
java-version : 17
59
59
with :
85
85
distribution : ' zulu'
86
86
java-version : 11
87
87
- name : Cache Gradle
88
- uses : actions/cache@v3
88
+ uses : actions/cache@v4
89
89
env :
90
90
java-version : 11
91
91
with :
@@ -115,7 +115,7 @@ jobs:
115
115
distribution : ' zulu'
116
116
java-version : 11
117
117
- name : Cache Gradle
118
- uses : actions/cache@v3
118
+ uses : actions/cache@v4
119
119
env :
120
120
java-version : 11
121
121
with :
@@ -152,13 +152,13 @@ jobs:
152
152
distribution : ' zulu'
153
153
java-version : 17
154
154
- name : Cache SonarCloud packages
155
- uses : actions/cache@v3
155
+ uses : actions/cache@v4
156
156
with :
157
157
path : ~/.sonar/cache
158
158
key : ${{ runner.os }}-sonar
159
159
restore-keys : ${{ runner.os }}-sonar
160
160
- name : Cache Gradle packages
161
- uses : actions/cache@v3
161
+ uses : actions/cache@v4
162
162
with :
163
163
path : ~/.gradle/caches
164
164
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments