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 8747d4b commit f61abcaCopy full SHA for f61abca
.github/workflows/pull-request.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Cache Composer packages
36
id: composer-cache
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
with:
39
path: vendor
40
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments