We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4aae15 commit 666587aCopy full SHA for 666587a
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: actions/cache@v2
67
with:
68
path: /tmp/composer-cache
69
- key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
+ key: ${{ runner.os }}-${{ hashFiles('composer.lock') }}
70
71
- uses: php-actions/composer@v6
72
0 commit comments