File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
cache-dependency-path : yarn.lock
53
53
54
54
- name : Restore the deps and _build cache
55
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
56
56
id : restore-cache
57
57
env :
58
58
MIX_LOCK_HASH : ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -171,7 +171,7 @@ jobs:
171
171
cache-dependency-path : demo/yarn.lock
172
172
173
173
- name : Restore the deps and _build cache
174
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
174
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
175
175
id : restore-cache
176
176
env :
177
177
OTP_VERSION : ${{ steps.beam.outputs.otp-version }}
You can’t perform that action at this time.
0 commit comments