There was an error while loading. Please reload this page.
2 parents 307eee1 + 3c37c2a commit 1f45f28Copy full SHA for 1f45f28
1 file changed
.github/workflows/diagnostics.yml
@@ -42,7 +42,7 @@ jobs:
42
php-version: ${{ matrix.php }}
43
44
- name: Cache composer cache directory
45
- uses: actions/cache@v5
+ uses: actions/cache@v6
46
env:
47
cache-name: composer-cache-dir-${{ matrix.php }}
48
with:
@@ -53,7 +53,7 @@ jobs:
53
run: composer install
54
55
- name: Cache vendor directory
56
57
58
cache-name: vendor-${{ matrix.php }}
59
@@ -66,7 +66,7 @@ jobs:
66
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
67
68
- name: Cache phpcq directory
69
70
71
cache-name: phpcq-${{ matrix.php }}
72
0 commit comments