1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

Use composer.json instead of composer.lock

This commit is contained in:
David Sevilla Martin
2019-11-06 19:25:30 -05:00
parent cee4cb6840
commit 4242a82b80

View File

@@ -55,7 +55,7 @@ jobs:
id: cache
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-composer-