File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
mv ~/.gradle ~/.invalid || true
30
30
31
31
- name : Cache dependencies
32
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
32
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
33
33
with :
34
34
path : |
35
35
~/.gradle/caches
88
88
mv ~/.gradle ~/.invalid || true
89
89
90
90
- name : Cache dependencies
91
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
91
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
92
92
with :
93
93
path : |
94
94
~/.gradle/caches
@@ -135,7 +135,7 @@ jobs:
135
135
mv ~/.gradle ~/.invalid || true
136
136
137
137
- name : Cache dependencies
138
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
138
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
139
139
with :
140
140
path : |
141
141
~/.gradle/caches
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
# Retrieve the cached emulator snapshot
164
164
- name : Retrieve cached emulator snapshot
165
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
165
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
166
166
id : avd-cache
167
167
with :
168
168
path : |
Original file line number Diff line number Diff line change 46
46
mv ~/.gradle ~/.invalid || true
47
47
48
48
- name : Cache dependencies
49
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
49
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
50
50
with :
51
51
path : |
52
52
~/.gradle/caches
You can’t perform that action at this time.
0 commit comments