File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : shivammathur/setup-php@v2
1818 with :
1919 php-version : 8.4
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - name : Install dependencies
2222 run : composer install
2323 - name : Generate classes.php
3636 with :
3737 php-version : ${{ matrix.php }}
3838 coverage : pcov
39- - uses : actions/checkout@v6
40- - uses : actions/cache@v5
39+ - uses : actions/checkout@v7
40+ - uses : actions/cache@v6
4141 with :
4242 path : vendor
4343 key : vendor-${{ hashFiles('composer.json') }}
5151 - uses : shivammathur/setup-php@v2
5252 with :
5353 php-version : 8.4
54- - uses : actions/checkout@v6
55- - uses : actions/cache@v5
54+ - uses : actions/checkout@v7
55+ - uses : actions/cache@v6
5656 with :
5757 path : vendor
5858 key : vendor-${{ hashFiles('composer.json') }}
6666 - uses : shivammathur/setup-php@v2
6767 with :
6868 php-version : 8.4
69- - uses : actions/checkout@v6
70- - uses : actions/cache@v5
69+ - uses : actions/checkout@v7
70+ - uses : actions/cache@v6
7171 with :
7272 path : vendor
7373 key : vendor-${{ hashFiles('composer.json') }}
You can’t perform that action at this time.
0 commit comments