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 24e85a4 + 8761e89 commit 4cdf1edCopy full SHA for 4cdf1ed
.github/workflows/diagnostics.yml
@@ -41,15 +41,15 @@ jobs:
41
php-version: ${{ matrix.php }}
42
43
- name: Cache composer cache directory
44
- uses: actions/cache@v1
+ uses: actions/cache@v4
45
env:
46
cache-name: composer-cache-dir-${{ matrix.php }}
47
with:
48
path: ~/.cache/composer
49
key: ${{ runner.os }}-build-${{ env.cache-name }}
50
51
- name: Cache vendor directory
52
53
54
cache-name: vendor-${{ matrix.php }}
55
@@ -59,7 +59,7 @@ jobs:
59
${{ runner.os }}-build-${{ env.cache-name }}-
60
61
- name: Cache phpcq directory
62
63
64
cache-name: phpcq-${{ matrix.php }}
65
0 commit comments