File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
echo "::set-output name=cache_key::$cache_key"
42
42
43
43
- name : Retrieve Mix Dependencies Cache
44
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
44
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
45
45
id : mix-cache # id to use in retrieve action
46
46
with :
47
47
path : deps
55
55
run : mix
56
56
57
57
- name : Retrieve PLT Cache
58
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
58
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
59
59
id : plt-cache
60
60
with :
61
61
path : priv/plts
@@ -106,7 +106,7 @@ jobs:
106
106
echo "::set-output name=cache_key::$cache_key"
107
107
108
108
- name : Retrieve Mix Dependencies Cache
109
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
109
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
110
110
id : mix-cache # id to use in retrieve action
111
111
with :
112
112
path : deps
@@ -129,7 +129,7 @@ jobs:
129
129
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
130
130
131
131
- name : Retrieve Lychee Cache
132
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
132
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
133
133
id : lychee-cache # id to use in retrieve action
134
134
with :
135
135
path : .lycheecache
You can’t perform that action at this time.
0 commit comments