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 27cd8a2 + 0c0f585 commit 8e9a35bCopy full SHA for 8e9a35b
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Cache Composer packages
24
id: composer-cache
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: vendor
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments