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 2e32c1f commit 33f7b54Copy full SHA for 33f7b54
.github/workflows/php.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Cache Composer packages
29
id: composer-cache
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: vendor
33
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments