File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : actions/setup-java@v3
20
+ - uses : actions/setup-java@v4
21
21
with :
22
22
distribution : zulu
23
23
java-version : 11
24
24
25
25
- name : Cache Maven packages
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2
29
29
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : actions/setup-java@v3
20
+ - uses : actions/setup-java@v4
21
21
with :
22
22
distribution : zulu
23
23
java-version : 11
24
24
25
25
- name : Cache Maven packages
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.m2
29
29
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
14
- - uses : actions/setup-java@v3
14
+ - uses : actions/setup-java@v4
15
15
with :
16
16
distribution : zulu
17
17
java-version : 11
18
18
19
19
- name : Cache Maven packages
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/.m2
23
23
key : ${{ runner.os }}-m2-v8-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
21
21
with :
22
22
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
23
23
- name : Set up JDK 17
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
distribution : zulu
27
27
java-version : 17
28
28
- name : Cache SonarCloud packages
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.sonar/cache
32
32
key : ${{ runner.os }}-sonar
33
33
restore-keys : ${{ runner.os }}-sonar
34
34
- name : Cache Maven packages
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/.m2
38
38
key : ${{ runner.os }}-m2-v11-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments