Skip to content

Commit fcac0b3

Browse files
committed
trying to hash the JSON instead.
1 parent b50e196 commit fcac0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v3
2828
with:
2929
path: vendor
30-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
30+
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
3131
restore-keys: |
3232
${{ runner.os }}-php-
3333

0 commit comments

Comments
 (0)