This repository was archived by the owner on Dec 19, 2023. It is now read-only.
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 26
26
distribution : ' temurin'
27
27
java-version : 8
28
28
- name : Cache Gradle
29
- uses : actions/cache@v2
29
+ uses : actions/cache@v3
30
30
env :
31
31
java-version : 8
32
32
with :
54
54
distribution : ' temurin'
55
55
java-version : 8
56
56
- name : Cache Gradle
57
- uses : actions/cache@v2
57
+ uses : actions/cache@v3
58
58
env :
59
59
java-version : 8
60
60
with :
@@ -87,13 +87,13 @@ jobs:
87
87
distribution : ' temurin'
88
88
java-version : 11
89
89
- name : Cache SonarCloud packages
90
- uses : actions/cache@v2
90
+ uses : actions/cache@v3
91
91
with :
92
92
path : ~/.sonar/cache
93
93
key : ${{ runner.os }}-sonar
94
94
restore-keys : ${{ runner.os }}-sonar
95
95
- name : Cache Gradle packages
96
- uses : actions/cache@v2
96
+ uses : actions/cache@v3
97
97
with :
98
98
path : ~/.gradle/caches
99
99
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 45
45
distribution : ' temurin'
46
46
java-version : ${{ matrix.java }}
47
47
- name : Cache Gradle
48
- uses : actions/cache@v2
48
+ uses : actions/cache@v3
49
49
env :
50
50
java-version : ${{ matrix.java }}
51
51
with :
@@ -89,14 +89,14 @@ jobs:
89
89
java-version : 11
90
90
- name : Cache SonarCloud packages
91
91
if : env.SONAR_TOKEN != null
92
- uses : actions/cache@v2
92
+ uses : actions/cache@v3
93
93
with :
94
94
path : ~/.sonar/cache
95
95
key : ${{ runner.os }}-sonar
96
96
restore-keys : ${{ runner.os }}-sonar
97
97
- name : Cache Gradle packages
98
98
if : env.SONAR_TOKEN != null
99
- uses : actions/cache@v2
99
+ uses : actions/cache@v3
100
100
with :
101
101
path : ~/.gradle/caches
102
102
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 22
22
distribution : ' temurin'
23
23
java-version : 8
24
24
- name : Cache Gradle
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v3
26
26
env :
27
27
java-version : 8
28
28
with :
50
50
distribution : ' temurin'
51
51
java-version : 8
52
52
- name : Cache Gradle
53
- uses : actions/cache@v2
53
+ uses : actions/cache@v3
54
54
env :
55
55
java-version : 8
56
56
with :
You can’t perform that action at this time.
0 commit comments