File tree 2 files changed +5
-5
lines changed
gradle-tasks-with-emulator
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
- name : restore cache for ${{inputs.write-cache-key}}
60
60
id : restore-write-cache
61
61
if : inputs.write-cache-key != 'null'
62
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
62
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
63
63
with :
64
64
path : |
65
65
~/.gradle/caches/build-cache-1
77
77
# Skipped if the restore-cache-key wasn't set, or if the write-cache-key restore had an exact match.
78
78
- name : restore cache for ${{inputs.restore-cache-key}}
79
79
if : inputs.restore-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true'
80
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
80
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
81
81
with :
82
82
path : |
83
83
~/.gradle/caches/build-cache-1
@@ -110,7 +110,7 @@ runs:
110
110
# Windows runners are welcome to *read* the cross-OS cache, but the directories get weird if
111
111
# they try to write to it.
112
112
- name : save the '${{inputs.write-cache-key}}' cache
113
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
113
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
114
114
id : save-write-cache-key
115
115
if : inputs.write-cache-key != 'null' && steps.restore-write-cache.outputs.cache-hit != 'true'
116
116
with :
Original file line number Diff line number Diff line change 56
56
57
57
# Get the AVD if it's already cached.
58
58
- name : AVD cache
59
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
59
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
60
60
id : restore-avd-cache
61
61
with :
62
62
path : |
83
83
- name : cache new AVD before tests
84
84
if : steps.restore-avd-cache.outputs.cache-hit != 'true'
85
85
id : save-avd-cache
86
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
86
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
87
87
with :
88
88
path : |
89
89
~/.android/avd/*
You can’t perform that action at this time.
0 commit comments