File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 - name : Cache Composer packages
3838 id : composer-cache
39- uses : actions/cache@v2
39+ uses : actions/cache@v4
4040 with :
4141 path : vendor
4242 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 4242
4343 - name : Cache Composer packages
4444 id : composer-cache
45- uses : actions/cache@v2
45+ uses : actions/cache@v4
4646 with :
4747 path : vendor
4848 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 4141
4242 - name : Cache Composer packages
4343 id : composer-cache
44- uses : actions/cache@v2
44+ uses : actions/cache@v4
4545 with :
4646 path : vendor
4747 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 3030
3131 - name : Cache Composer packages
3232 id : composer-cache
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : vendor
3636 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments