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 dee2b3d + 581729c commit 5459fe9Copy full SHA for 5459fe9
.github/workflows/diagnostics.yml
@@ -43,15 +43,15 @@ jobs:
43
php-version: ${{ matrix.php }}
44
45
- name: PHP ${{ matrix.php }} Cache composer cache directory
46
- uses: actions/cache@v4
+ uses: actions/cache@v5
47
env:
48
cache-name: phpcq-composer-cache-dir-${{ matrix.php }}
49
with:
50
path: ~/.cache/composer
51
key: ${{ runner.os }}-build-${{ env.cache-name }}
52
53
- name: PHP ${{ matrix.php }} Cache vendor directory
54
55
56
cache-name: phpcq-composer-vendor-${{ matrix.php }}
57
0 commit comments