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