We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ee720 commit 73e8a3bCopy full SHA for 73e8a3b
1 file changed
.github/workflows/test.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Cache composer dependencies
33
uses: actions/cache@v4
34
with:
35
- path: ${{ steps.composer-cache.outputs.stdout }}
+ path: ${{ steps.composer-cache.outputs.dir }}
36
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
37
restore-keys: ${{ runner.os }}-${{ matrix.php-versions }}-composer-
38
0 commit comments