File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
distribution : ' adopt'
30
30
java-version : ' 17'
31
31
- name : Cache Maven packages
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.m2
35
35
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 30
30
distribution : ' adopt'
31
31
java-version : 17
32
32
- name : Cache Maven packages
33
- uses : actions/cache@v2
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/.m2
36
36
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -56,13 +56,13 @@ jobs:
56
56
distribution : ' adopt'
57
57
java-version : ' 17'
58
58
- name : Cache Maven packages
59
- uses : actions/cache@v2
59
+ uses : actions/cache@v4
60
60
with :
61
61
path : ~/.m2
62
62
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
63
63
restore-keys : ${{ runner.os }}-m2
64
64
- name : Cache SonarCloud packages
65
- uses : actions/cache@v2
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : ~/.sonar/cache
68
68
key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments