Skip to content

Commit 8270c6e

Browse files
authored
Fix cache key for phar workflow (#2382)
1 parent 16c2d26 commit 8270c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: ${{ steps.composer-cache.outputs.dir }}
28-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
28+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
2929
restore-keys: ${{ runner.os }}-composer-
3030

3131
- name: Install dependencies

0 commit comments

Comments
 (0)