We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31b3af + a1cf4af commit 11fd598Copy full SHA for 11fd598
1 file changed
.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