File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 - name : Cache Composer dependencies
8080 uses : actions/cache@v3
8181 with :
82- path : ~/.composer/cache/files
82+ path : vendor
8383 key : ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
8484 restore-keys : |
8585 ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-
@@ -168,7 +168,7 @@ jobs:
168168 - name : Cache Composer dependencies
169169 uses : actions/cache@v3
170170 with :
171- path : ~/.composer/cache/files
171+ path : vendor
172172 key : ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
173173 restore-keys : |
174174 ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-
@@ -266,7 +266,7 @@ jobs:
266266 - name : Cache Composer dependencies
267267 uses : actions/cache@v3
268268 with :
269- path : ~/.composer/cache/files
269+ path : vendor
270270 key : ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-${{ hashFiles('**/composer.lock') }}
271271 restore-keys : |
272272 ${{ runner.os }}-php-${{ matrix.php }}-laravel-${{ matrix.laravel }}-
You can’t perform that action at this time.
0 commit comments