Skip to content

Commit 78287ac

Browse files
committed
actions: fix composer cache
1 parent 74e3b3d commit 78287ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: composer-cache
2727
uses: actions/cache@v4
2828
with:
29-
path: "~/.composer/cache"
29+
path: "~/.cache/composer"
3030
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"
3131
restore-keys: "php-${{ matrix.php }}-composer-"
3232

0 commit comments

Comments
 (0)