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 c6da2b7 commit e2cfcdbCopy full SHA for e2cfcdb
.github/workflows/php.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Cache composer dependencies
55
uses: actions/cache@v3
56
with:
57
- path: $COMPOSER_CACHE
+ path: $(composer config cache-files-dir)
58
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
59
restore-keys: ${{ runner.os }}-composer-
60
0 commit comments