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 bcc1a71 + 9ffa27b commit 2493a92Copy full SHA for 2493a92
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache Composer packages
26
id: composer-cache
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
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