File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 -
3434 name : Cache dependencies installed with composer
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : ${{ env.COMPOSER_CACHE_DIR }}
3838 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 3232
3333 -
3434 name : Cache dependencies installed with composer
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : ${{ env.COMPOSER_CACHE_DIR }}
3838 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 3838
3939 -
4040 name : Cache dependencies installed with composer
41- uses : actions/cache@v2
41+ uses : actions/cache@v4
4242 with :
4343 path : ${{ env.COMPOSER_CACHE_DIR }}
4444 key : php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments