File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
with :
18
18
java-version : ${{ matrix.java }}
19
19
distribution : ' temurin'
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v4
21
21
id : gradle-cache
22
22
with :
23
23
path : |
24
24
~/.gradle/caches
25
25
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v4
27
27
id : gradle-wrapper-cache
28
28
with :
29
29
path : |
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
with :
17
17
java-version : 8
18
18
distribution : ' temurin'
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 : |
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
with :
18
18
java-version : 8
19
19
distribution : ' temurin'
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v4
21
21
id : gradle-cache
22
22
with :
23
23
path : |
24
24
~/.gradle/caches
25
25
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v4
27
27
id : gradle-wrapper-cache
28
28
with :
29
29
path : |
You can’t perform that action at this time.
0 commit comments