File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
8
39
39
${{ matrix.java }}
40
40
java-package : jdk
41
- - uses : actions/cache@v1
41
+ - uses : actions/cache@v4
42
42
id : gradle-cache
43
43
with :
44
44
path : ~/.gradle/caches
45
45
key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
46
46
restore-keys : |
47
47
- ${{ runner.os }}-gradle-
48
- - uses : actions/cache@v1
48
+ - uses : actions/cache@v4
49
49
id : gradle-wrapper-cache
50
50
with :
51
51
path : ~/.gradle/wrapper
@@ -78,14 +78,14 @@ jobs:
78
78
8
79
79
21
80
80
java-package : jdk
81
- - uses : actions/cache@v1
81
+ - uses : actions/cache@v4
82
82
id : gradle-cache
83
83
with :
84
84
path : ~/.gradle/caches
85
85
key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
86
86
restore-keys : |
87
87
- ${{ runner.os }}-gradle-
88
- - uses : actions/cache@v1
88
+ - uses : actions/cache@v4
89
89
id : gradle-wrapper-cache
90
90
with :
91
91
path : ~/.gradle/wrapper
@@ -123,14 +123,14 @@ jobs:
123
123
8
124
124
21
125
125
java-package : jdk
126
- - uses : actions/cache@v1
126
+ - uses : actions/cache@v4
127
127
id : gradle-cache
128
128
with :
129
129
path : ~/.gradle/caches
130
130
key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
131
131
restore-keys : |
132
132
- ${{ runner.os }}-gradle-
133
- - uses : actions/cache@v1
133
+ - uses : actions/cache@v4
134
134
id : gradle-wrapper-cache
135
135
with :
136
136
path : ~/.gradle/wrapper
You can’t perform that action at this time.
0 commit comments