Skip to content

Commit 73e8a3b

Browse files
committed
Fix github action composer cache path
1 parent 48ee720 commit 73e8a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cache composer dependencies
3333
uses: actions/cache@v4
3434
with:
35-
path: ${{ steps.composer-cache.outputs.stdout }}
35+
path: ${{ steps.composer-cache.outputs.dir }}
3636
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
3737
restore-keys: ${{ runner.os }}-${{ matrix.php-versions }}-composer-
3838

0 commit comments

Comments
 (0)