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 ea3aac8 commit 6f768d9Copy full SHA for 6f768d9
1 file changed
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v6
36
37
- name: Cache Composer dependencies
38
- uses: actions/cache@v4
+ uses: actions/cache@v5
39
with:
40
path: /tmp/composer-cache
41
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
0 commit comments