6262 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
6363
6464 - name : Cache Composer cache directory
65- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
65+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6666 with :
6767 path : ${{ steps.composer-cache.outputs.dir }}
6868 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -109,7 +109,7 @@ jobs:
109109 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
110110
111111 - name : Cache Composer cache directory
112- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
112+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
113113 with :
114114 path : ${{ steps.composer-cache.outputs.dir }}
115115 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -119,7 +119,7 @@ jobs:
119119 run : composer install --no-interaction --no-progress --ansi --ignore-platform-req=ext-grpc
120120
121121 - name : Cache PHPStan dependencies
122- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
122+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
123123 with :
124124 path : tools/.phpstan/vendor
125125 key : ${{ runner.os }}-phpstan-tools-${{ hashFiles('tools/.phpstan/composer.lock') }}
@@ -162,7 +162,7 @@ jobs:
162162 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
163163
164164 - name : Cache Composer cache directory
165- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
165+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
166166 with :
167167 path : ${{ steps.composer-cache.outputs.dir }}
168168 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -217,7 +217,7 @@ jobs:
217217 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
218218
219219 - name : Cache Composer cache directory
220- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
220+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
221221 with :
222222 path : ${{ steps.composer-cache.outputs.dir }}
223223 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -228,7 +228,7 @@ jobs:
228228
229229 - name : Cache Rector dependencies
230230 if : ${{ matrix.id == 'rector' }}
231- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
231+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
232232 with :
233233 path : tools/.rector/vendor
234234 key : ${{ runner.os }}-rector-tools-${{ hashFiles('tools/.rector/composer.lock') }}
@@ -288,7 +288,7 @@ jobs:
288288 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
289289
290290 - name : Cache Composer cache directory
291- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
291+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
292292 with :
293293 path : ${{ steps.composer-cache.outputs.dir }}
294294 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -347,7 +347,7 @@ jobs:
347347 echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
348348
349349 - name : Cache Composer cache directory
350- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
350+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
351351 with :
352352 path : ${{ steps.composer-cache.outputs.dir }}
353353 key : ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -367,7 +367,7 @@ jobs:
367367 MATCHER_PATH : ${{ runner.tool_cache }}/phpunit.json
368368
369369 - name : Cache PHPUnit static analysis cache
370- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
370+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
371371 with :
372372 path : .phpunit.cache/code-coverage
373373 key : ${{ runner.os }}-phpunit-code-coverage-${{ github.ref }}-
0 commit comments