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 78ea6d0 commit 1c0718fCopy full SHA for 1c0718f
.github/workflows/composer-dependency-analyser.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/cache@v3
26
with:
27
path: vendor
28
- key: ${{ runner.os }}-php-${{ hashFiles("**/composer.lock") }}
+ key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
29
restore-keys: |
30
${{ runner.os }}-php-
31
0 commit comments