Commit 506824c 1 parent 9ab939e commit 506824c Copy full SHA for 506824c
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 @@ -50,15 +50,15 @@ jobs:
50
50
51
51
# Build cache
52
52
- name : Cache Gradle Cache
53
- uses : actions/cache@v2
53
+ uses : actions/cache@v4
54
54
with :
55
55
path : ~/.gradle/caches
56
56
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/gradle.properties') }}
57
57
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
58
58
restore-keys : |
59
59
${{ runner.os }}-gradle-
60
60
- name : Cache gradle wrapper
61
- uses : actions/cache@v2
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ~/.gradle/wrapper
64
64
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ jobs:
46
46
47
47
# Build cache
48
48
- name : Cache Gradle Cache
49
- uses : actions/cache@v2
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : ~/.gradle/caches
52
52
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/gradle.properties') }}
53
53
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
54
54
restore-keys : |
55
55
${{ runner.os }}-gradle-
56
56
- name : Cache gradle wrapper
57
- uses : actions/cache@v2
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ~/.gradle/wrapper
60
60
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
25
25
26
26
# Build cache
27
27
- name : Cache Gradle Cache
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ~/.gradle/caches
31
31
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}-${{ hashFiles('**/gradle.properties') }}
32
32
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
33
33
restore-keys : |
34
34
${{ runner.os }}-gradle-
35
35
- name : Cache gradle wrapper
36
- uses : actions/cache@v2
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : ~/.gradle/wrapper
39
39
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
You can’t perform that action at this time.
0 commit comments