File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 php-version : ' 8.4'
2525
2626 - name : Checkout Code
27- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
27+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
2828 with :
2929 fetch-depth : 0
3030
9999 php-version : ' 8.4'
100100
101101 - name : Checkout Code
102- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
102+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
103103 with :
104104 fetch-depth : 0
105105
Original file line number Diff line number Diff line change 3030 coverage : none
3131
3232 - name : Checkout Repository
33- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
33+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
3434
3535 - name : Install Dependencies
3636 run : composer install --prefer-dist --no-interaction --no-progress --dev
Original file line number Diff line number Diff line change 2727 php-version : ${{ matrix.php-version }}
2828
2929 - name : Checkout Repository
30- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
3131
3232 - name : Run Composer Audit
3333 if : hashFiles('**/composer.lock') != ''
Original file line number Diff line number Diff line change 3030 coverage : pcov
3131
3232 - name : Checkout Repository
33- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
33+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
3434
3535 - name : Require PHPUnit ${{ matrix.phpunit-version }}
3636 run : composer require --dev phpunit/phpunit:^${{ matrix.phpunit-version }} --with-all-dependencies
You can’t perform that action at this time.
0 commit comments