@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
103+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
104104 with :
105105 path : ${{ steps.composer-cache.outputs.dir }}
106106 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -124,9 +124,9 @@ jobs:
124124
125125 - uses : actions/setup-node@v4
126126 with :
127- node-version : ' 22.13.1 '
127+ node-version : ' 22.14.0 '
128128
129- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
129+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
130130 with :
131131 path : ~/.npm
132132 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -153,9 +153,9 @@ jobs:
153153
154154 - uses : actions/setup-node@v4
155155 with :
156- node-version : ' 22.13.1 '
156+ node-version : ' 22.14.0 '
157157
158- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
158+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
159159 with :
160160 path : ~/.npm
161161 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -182,9 +182,9 @@ jobs:
182182
183183 - uses : actions/setup-node@v4
184184 with :
185- node-version : ' 22.13.1 '
185+ node-version : ' 22.14.0 '
186186
187- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
187+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
188188 with :
189189 path : ~/.npm
190190 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -214,9 +214,9 @@ jobs:
214214
215215 - uses : actions/setup-node@v4
216216 with :
217- node-version : ' 22.13.1 '
217+ node-version : ' 22.14.0 '
218218
219- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
219+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
277+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
278278 with :
279279 path : ${{ steps.composer-cache.outputs.dir }}
280280 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -353,9 +353,9 @@ jobs:
353353
354354 - uses : actions/setup-node@v4
355355 with :
356- node-version : ' 22.13.1 '
356+ node-version : ' 22.14.0 '
357357
358- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
358+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
359359 with :
360360 path : ~/.npm
361361 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -396,9 +396,9 @@ jobs:
396396
397397 - uses : actions/setup-node@v4
398398 with :
399- node-version : ' 22.13.1 '
399+ node-version : ' 22.14.0 '
400400
401- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
401+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
402402 with :
403403 path : ~/.npm
404404 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -435,9 +435,9 @@ jobs:
435435
436436 - uses : actions/setup-node@v4
437437 with :
438- node-version : ' 22.13.1 '
438+ node-version : ' 22.14.0 '
439439
440- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
440+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
441441 with :
442442 path : ~/.npm
443443 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments