@@ -100,7 +100,7 @@ jobs:
100100 run : ' echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
101101 working-directory : api
102102
103- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
103+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
104104 with :
105105 path : ${{ steps.composer-cache.outputs.dir }}
106106 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 node-version : ' 24.5.0'
128128
129- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
129+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
130130 with :
131131 path : ~/.npm
132132 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -155,7 +155,7 @@ jobs:
155155 with :
156156 node-version : ' 24.5.0'
157157
158- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
158+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
159159 with :
160160 path : ~/.npm
161161 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -184,7 +184,7 @@ jobs:
184184 with :
185185 node-version : ' 24.5.0'
186186
187- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
187+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
188188 with :
189189 path : ~/.npm
190190 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -216,7 +216,7 @@ jobs:
216216 with :
217217 node-version : ' 24.5.0'
218218
219- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
219+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
220220 with :
221221 path : ~/.npm
222222 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -274,7 +274,7 @@ jobs:
274274 run : ' echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
275275 working-directory : api
276276
277- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
277+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
278278 with :
279279 path : ${{ steps.composer-cache.outputs.dir }}
280280 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -355,7 +355,7 @@ jobs:
355355 with :
356356 node-version : ' 24.5.0'
357357
358- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
358+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
359359 with :
360360 path : ~/.npm
361361 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -398,7 +398,7 @@ jobs:
398398 with :
399399 node-version : ' 24.5.0'
400400
401- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
401+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
402402 with :
403403 path : ~/.npm
404404 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -437,7 +437,7 @@ jobs:
437437 with :
438438 node-version : ' 24.5.0'
439439
440- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
440+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
441441 with :
442442 path : ~/.npm
443443 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments