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