We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596f069 commit 4713c73Copy full SHA for 4713c73
1 file changed
.github/workflows/build.yaml
@@ -55,7 +55,7 @@ jobs:
55
coverage: "${{ matrix.coverage }}"
56
57
- name: Cache dependencies installed with Composer
58
- uses: actions/cache@v1
+ uses: actions/cache@v4
59
with:
60
path: ~/.cache/composer
61
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments