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 e548e0c + d69b368 commit 79bc0f8Copy full SHA for 79bc0f8
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache Composer packages
26
id: composer-cache
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: vendor
30
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments