Skip to content

Commit 72de99e

Browse files
Update actions/cache action to v6
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v5.0.0 | v6.1.0 | | github-tags | actions/cache | v5.1.0 | v6.1.0 |
1 parent dc030c9 commit 72de99e

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }}-

.github/workflows/secure-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
4343
4444
- name: Cache Composer cache directory
45-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
45+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4646
with:
4747
path: ${{ steps.composer-cache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -92,7 +92,7 @@ jobs:
9292
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
9393
9494
- name: Cache Composer cache directory
95-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
95+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9696
with:
9797
path: ${{ steps.composer-cache.outputs.dir }}
9898
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -175,7 +175,7 @@ jobs:
175175
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
176176
177177
- name: Cache Composer cache directory
178-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
178+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
179179
with:
180180
path: ${{ steps.composer-cache.outputs.dir }}
181181
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}
@@ -270,7 +270,7 @@ jobs:
270270
key: ${{ env.key }}
271271

272272
- name: Cache extensions
273-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
273+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
274274
with:
275275
path: ${{ steps.extcache.outputs.dir }}
276276
key: ${{ steps.extcache.outputs.key }}
@@ -303,7 +303,7 @@ jobs:
303303
304304
- name: Cache Composer cache directory
305305
if: ${{ steps.grpc.outcome == 'success' }}
306-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
306+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
307307
with:
308308
path: ${{ steps.composer-cache.outputs.dir }}
309309
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json', 'composer.lock') }}

0 commit comments

Comments
 (0)