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 60899cc + 1d5609f commit 88bff06Copy full SHA for 88bff06
.github/workflows/diagnostics.yml
@@ -42,15 +42,15 @@ jobs:
42
php-version: ${{ matrix.php }}
43
44
- name: Cache composer cache directory
45
- uses: actions/cache@v4
+ uses: actions/cache@v5
46
env:
47
cache-name: composer-cache-dir-${{ matrix.php }}
48
with:
49
path: ~/.cache/composer
50
key: ${{ runner.os }}-build-${{ env.cache-name }}
51
52
- name: Cache phpcq directory
53
54
55
cache-name: phpcq-${{ matrix.php }}
56
@@ -60,7 +60,7 @@ jobs:
60
${{ runner.os }}-build-${{ env.cache-name }}-
61
62
- name: Cache vendor directory
63
- uses: actions/cache@v1
64
65
cache-name: vendor-${{ matrix.php }}
66
0 commit comments