File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
distribution : ' adopt'
25
25
26
26
- name : Gradle cache
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.gradle
30
30
key : gradle
31
31
32
32
- name : Maven cache
33
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
34
34
with :
35
35
path : ~/.m2
36
36
key : m2
37
37
38
38
- name : Loading ivy cache
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ~/.ivy2/cache
42
42
key : ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
@@ -94,19 +94,19 @@ jobs:
94
94
distribution : ' adopt'
95
95
96
96
- name : Gradle cache
97
- uses : actions/cache@v3
97
+ uses : actions/cache@v4
98
98
with :
99
99
path : ~/.gradle
100
100
key : gradle
101
101
102
102
- name : Maven cache
103
- uses : actions/cache@v3
103
+ uses : actions/cache@v4
104
104
with :
105
105
path : ~/.m2
106
106
key : m2
107
107
108
108
- name : Loading ivy cache
109
- uses : actions/cache@v3
109
+ uses : actions/cache@v4
110
110
with :
111
111
path : ~/.ivy2/cache
112
112
key : ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ jobs:
43
43
distribution : ' adopt'
44
44
45
45
- name : Gradle cache
46
- uses : actions/cache@v3
46
+ uses : actions/cache@v4
47
47
with :
48
48
path : ~/.gradle
49
49
key : gradle
50
50
51
51
- name : Maven cache
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/.m2
55
55
key : m2
56
56
57
57
- name : Loading ivy cache
58
- uses : actions/cache@v3
58
+ uses : actions/cache@v4
59
59
with :
60
60
path : ~/.ivy2/cache
61
61
key : ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
You can’t perform that action at this time.
0 commit comments