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.
2 parents 8747d4b + f61abca commit 79a01f2Copy full SHA for 79a01f2
.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