@@ -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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
103+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
104104 with :
105105 path : ${{ steps.composer-cache.outputs.dir }}
106106 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123 with :
124124 node-version : ' 24.17.0'
125125
126- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
126+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
127127 with :
128128 path : ~/.npm
129129 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -148,7 +148,7 @@ jobs:
148148 with :
149149 node-version : ' 24.17.0'
150150
151- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
151+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
152152 with :
153153 path : ~/.npm
154154 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -177,7 +177,7 @@ jobs:
177177 with :
178178 node-version : ' 24.17.0'
179179
180- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
180+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
181181 with :
182182 path : ~/.npm
183183 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -206,7 +206,7 @@ jobs:
206206 with :
207207 node-version : ' 24.17.0'
208208
209- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
209+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
210210 with :
211211 path : ~/.npm
212212 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -238,7 +238,7 @@ jobs:
238238 with :
239239 node-version : ' 24.17.0'
240240
241- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
241+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
242242 with :
243243 path : ~/.npm
244244 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -296,7 +296,7 @@ jobs:
296296 run : ' echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
297297 working-directory : api
298298
299- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
299+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
300300 with :
301301 path : ${{ steps.composer-cache.outputs.dir }}
302302 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -377,7 +377,7 @@ jobs:
377377 with :
378378 node-version : ' 24.17.0'
379379
380- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
380+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
381381 with :
382382 path : ~/.npm
383383 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -420,7 +420,7 @@ jobs:
420420 with :
421421 node-version : ' 24.17.0'
422422
423- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
423+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
424424 with :
425425 path : ~/.npm
426426 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -459,7 +459,7 @@ jobs:
459459 with :
460460 node-version : ' 24.17.0'
461461
462- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
462+ - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
463463 with :
464464 path : ~/.npm
465465 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments