File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Cache dependencies
3232 uses : actions/cache@v4
3333 with :
34- path : ~/.composer/ cache/files
34+ path : ~/.cache/composer /files
3535 key : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
3636 restore-keys : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-
3737
7575 id : cache
7676 uses : actions/cache@v4
7777 with :
78- path : ~/.composer/ cache/files
78+ path : ~/.cache/composer /files
7979 key : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-${{ hashFiles('composer.json') }}
8080 restore-keys : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-
8181
@@ -122,7 +122,7 @@ jobs:
122122 id : cache
123123 uses : actions/cache@v4
124124 with :
125- path : ~/.composer/ cache/files
125+ path : ~/.cache/composer /files
126126 key : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-${{ hashFiles('composer.json') }}
127127 restore-keys : dependencies-${{ env.laravel }}-php-${{ env.php }}-composer-
128128
@@ -177,7 +177,7 @@ jobs:
177177 id : cache
178178 uses : actions/cache@v4
179179 with :
180- path : ~/.composer/ cache/files
180+ path : ~/.cache/composer /files
181181 key : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
182182 restore-keys : dependencies-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-
183183
You can’t perform that action at this time.
0 commit comments