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 9c436dc + 66344fc commit 882ffacCopy full SHA for 882ffac
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
coverage: "${{ matrix.coverage }}"
58
59
- name: Cache dependencies installed with composer
60
- uses: actions/cache@v1
+ uses: actions/cache@v3
61
with:
62
path: ~/.cache/composer
63
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -109,7 +109,7 @@ jobs:
109
coverage: none
110
111
112
113
114
115
0 commit comments