Fix hashFiles
This commit is contained in:
parent
2addd231e0
commit
8a732e527e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue