File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
uses : actions/setup-java@v1
22
22
with :
23
23
java-version : ${{ matrix.java }}
24
- - uses : actions/cache@v1
24
+ - uses : actions/cache@v4
25
25
id : gradle-cache
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
29
29
restore-keys : |
30
30
- ${{ runner.os }}-gradle-
31
- - uses : actions/cache@v1
31
+ - uses : actions/cache@v4
32
32
id : gradle-wrapper-cache
33
33
with :
34
34
path : ~/.gradle/wrapper
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
uses : actions/setup-java@v1
18
18
with :
19
19
java-version : 1.8
20
- - uses : actions/cache@v1
20
+ - uses : actions/cache@v4
21
21
id : gradle-cache
22
22
with :
23
23
path : ~/.gradle/caches
24
24
key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
25
25
restore-keys : |
26
26
- ${{ runner.os }}-gradle-
27
- - uses : actions/cache@v1
27
+ - uses : actions/cache@v4
28
28
id : gradle-wrapper-cache
29
29
with :
30
30
path : ~/.gradle/wrapper
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
uses : actions/setup-java@v1
17
17
with :
18
18
java-version : 8
19
- - uses : actions/cache@v2
19
+ - uses : actions/cache@v4
20
20
id : gradle-cache
21
21
with :
22
22
path : |
23
23
~/.gradle/caches
24
24
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
25
- - uses : actions/cache@v2
25
+ - uses : actions/cache@v4
26
26
id : gradle-wrapper-cache
27
27
with :
28
28
path : |
You can’t perform that action at this time.
0 commit comments