File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
node-version : ${{matrix.node-version}}
72
72
73
73
- name : Cache Jest
74
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
74
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
75
75
with :
76
76
path : .cache/jest
77
77
key : jest-unit-${{ runner.os }}-${{matrix.node-version}}-${{ hashFiles('yarn.lock') }}
@@ -157,7 +157,7 @@ jobs:
157
157
node-version : ${{matrix.node-version}}
158
158
159
159
- name : Cache Jest
160
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
160
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
161
161
with :
162
162
path : .cache/jest
163
163
key :
@@ -224,7 +224,7 @@ jobs:
224
224
with :
225
225
node-version : ${{matrix.node-version}}
226
226
- name : Cache Jest
227
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
227
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
228
228
with :
229
229
path : .cache/jest
230
230
key : jest-e2e-${{ runner.os }}-${{matrix.node-version}}-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments