File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java }}
30
30
- name : Cache Gradle
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
env :
33
33
java-version : ${{ matrix.java }}
34
34
with :
@@ -67,14 +67,14 @@ jobs:
67
67
java-version : 17
68
68
- name : Cache SonarCloud packages
69
69
if : env.SONAR_TOKEN != null
70
- uses : actions/cache@v3
70
+ uses : actions/cache@v4
71
71
with :
72
72
path : ~/.sonar/cache
73
73
key : ${{ runner.os }}-sonar
74
74
restore-keys : ${{ runner.os }}-sonar
75
75
- name : Cache Gradle packages
76
76
if : env.SONAR_TOKEN != null
77
- uses : actions/cache@v3
77
+ uses : actions/cache@v4
78
78
with :
79
79
path : ~/.gradle/caches
80
80
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 21
21
distribution : ' zulu'
22
22
java-version : 17
23
23
- name : Cache Gradle
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
env :
26
26
java-version : 17
27
27
with :
48
48
distribution : ' zulu'
49
49
java-version : 17
50
50
- name : Cache Gradle
51
- uses : actions/cache@v3
51
+ uses : actions/cache@v4
52
52
env :
53
53
java-version : 17
54
54
with :
Original file line number Diff line number Diff line change 24
24
distribution : ' zulu'
25
25
java-version : 17
26
26
- name : Cache Gradle
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
env :
29
29
java-version : 17
30
30
with :
51
51
distribution : ' zulu'
52
52
java-version : 17
53
53
- name : Cache Gradle
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
env :
56
56
java-version : 17
57
57
with :
@@ -83,13 +83,13 @@ jobs:
83
83
distribution : ' zulu'
84
84
java-version : 17
85
85
- name : Cache SonarCloud packages
86
- uses : actions/cache@v3
86
+ uses : actions/cache@v4
87
87
with :
88
88
path : ~/.sonar/cache
89
89
key : ${{ runner.os }}-sonar
90
90
restore-keys : ${{ runner.os }}-sonar
91
91
- name : Cache Gradle packages
92
- uses : actions/cache@v3
92
+ uses : actions/cache@v4
93
93
with :
94
94
path : ~/.gradle/caches
95
95
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments