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.
1 parent ad65209 commit b1e849cCopy full SHA for b1e849c
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Cache Composer packages
38
id: composer-cache
39
- uses: actions/cache@v2
+ uses: actions/cache@v3
40
with:
41
path: vendor
42
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
0 commit comments