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 46
46
cache-dependency-path : yarn.lock
47
47
48
48
- name : Restore the deps and _build cache
49
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
49
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
50
50
id : restore-cache
51
51
env :
52
52
MIX_LOCK_HASH : ${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
@@ -162,7 +162,7 @@ jobs:
162
162
cache-dependency-path : demo/yarn.lock
163
163
164
164
- name : Restore the deps and _build cache
165
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
166
166
id : restore-cache
167
167
env :
168
168
OTP_VERSION : ${{ steps.beam.outputs.otp-version }}
You can’t perform that action at this time.
0 commit comments