File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
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 :
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 :
@@ -86,13 +86,13 @@ jobs:
86
86
distribution : ' zulu'
87
87
java-version : 17
88
88
- name : Cache SonarCloud packages
89
- uses : actions/cache@v3
89
+ uses : actions/cache@v4
90
90
with :
91
91
path : ~/.sonar/cache
92
92
key : ${{ runner.os }}-sonar
93
93
restore-keys : ${{ runner.os }}-sonar
94
94
- name : Cache Gradle packages
95
- uses : actions/cache@v3
95
+ uses : actions/cache@v4
96
96
with :
97
97
path : ~/.gradle/caches
98
98
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments