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 3535 extensions : apcu
3636 ini-values : apc.enable_cli=1, opcache.enable=1, opcache.jit=tracing, opcache.jit_buffer_size=128M
3737 - name : Cache Composer dependencies
38- uses : actions/cache@v2
38+ uses : actions/cache@v4
3939 with :
4040 path : ~/.composer/cache
4141 key : php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
5858 tools : composer:v2, cs2pr
5959 coverage : none
6060 - name : Cache Composer dependencies
61- uses : actions/cache@v2
61+ uses : actions/cache@v4
6262 with :
6363 path : ~/.composer/cache
6464 key : php-composer-locked-${{ hashFiles('composer.lock') }}
8080 tools : composer:v2, cs2pr
8181 coverage : none
8282 - name : Cache Composer dependencies
83- uses : actions/cache@v2
83+ uses : actions/cache@v4
8484 with :
8585 path : ~/.composer/cache
8686 key : php-composer-locked-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments