File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 tools : phpstan
3737 - name : Cache Composer packages
3838 id : composer-cache
39- uses : actions/cache@v4
39+ uses : actions/cache@v5
4040 with :
4141 path : vendor
4242 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
6060 tools : phpcs
6161 - name : Cache Composer packages
6262 id : composer-cache
63- uses : actions/cache@v4
63+ uses : actions/cache@v5
6464 with :
6565 path : vendor
6666 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
9696 coverage : xdebug
9797 - name : Cache Composer packages
9898 id : composer-cache
99- uses : actions/cache@v4
99+ uses : actions/cache@v5
100100 with :
101101 path : vendor
102102 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 3838 coverage : xdebug
3939 - name : Cache Composer packages
4040 id : composer-cache
41- uses : actions/cache@v4
41+ uses : actions/cache@v5
4242 with :
4343 path : vendor
4444 key : ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments