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 e1f9014 commit 0fc9009Copy full SHA for 0fc9009
.github/workflows/php.yml
@@ -31,7 +31,7 @@ jobs:
31
run: composer validate
32
33
- name: Cache Composer cache
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ~/.composer/cache
37
key: composer-cache-php${{ matrix.php }}
0 commit comments