Fix hashFiles

This commit is contained in:
Alexandre Alapetite 2023-11-24 16:17:36 +01:00
parent 2addd231e0
commit 8a732e527e
No known key found for this signature in database
GPG key ID: A24378C38E812B23

View file

@ -34,7 +34,7 @@ jobs:
uses: actions/cache@v3
with:
path: Extensions/vendor
key: ${{ runner.os }}-php-${{ hashFiles('../composer.lock') }}
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-