File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 name : PHP
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
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 : coverage-${{ runner.os }}-${{ matrix.setup }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
2929
3030 - name : Cache Composer packages
3131 id : composer-cache
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : vendor
3535 key : style-${{ runner.os }}-${{ matrix.setup }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
2929
3030 - name : Cache Composer packages
3131 id : composer-cache
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : vendor
3535 key : style-${{ runner.os }}-${{ matrix.setup }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
2929
3030 - name : Cache Composer packages
3131 id : composer-cache
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : vendor
3535 key : style-${{ runner.os }}-${{ matrix.setup }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
2929
3030 - name : Cache Composer packages
3131 id : composer-cache
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : vendor
3535 key : style-${{ runner.os }}-${{ matrix.setup }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
2929
3030 - name : Cache Composer packages
3131 id : composer-cache
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 with :
3434 path : vendor
3535 key : psalm-${{ runner.os }}-${{ matrix.setup }}-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 1919 name : PHP ${{ matrix.php }} - ${{ matrix.setup }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323
2424 - name : Setup PHP
2525 uses : shivammathur/setup-php@v2
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 }}-${{ matrix.setup }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ For instance `phug/phug` uses GitHub Actions to trigger it automatically after e
5858
5959It relies on very few steps:
6060- Load PHP via ` shivammathur/setup-php@v2 `
61- - Cache dependencies folder with ` actions/cache@v2 ` to make the job faster (optional)
61+ - Cache dependencies folder with ` actions/cache@v4 ` to make the job faster (optional)
6262- Install ` phug/split ` with:
6363 ``` shell script
6464 test -f composer.json && mv composer.json composer.json.save -f
You can’t perform that action at this time.
0 commit comments