File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4646 composer require --no-update squizlabs/php_codesniffer:"dev-master" --no-interaction
4747
4848 # Install dependencies and handle caching in one go.
49- # @link https://github.com/marketplace/actions/install-composer -dependencies
49+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
5050 - name : Install Composer dependencies
5151 uses : " ramsey/composer-install@v2"
5252 with :
6464
6565 # Show XML violations inline in the file diff.
6666 # @link https://github.com/marketplace/actions/xmllint-problem-matcher
67- - uses : korelstar/xmllint-problem-matcher@v1
67+ - name : Enable showing XML issues inline
68+ uses : korelstar/xmllint-problem-matcher@v1
6869
6970 # Validate the XSD and XML files against schema.
7071 - name : Validate Docs XSD against schema
Original file line number Diff line number Diff line change 6969 composer remove --no-update --dev phpcsstandards/phpcsdevcs --no-scripts --no-interaction
7070
7171 # Install dependencies and handle caching in one go.
72- # @link https://github.com/marketplace/actions/install-composer -dependencies
72+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
7373 - name : Install Composer dependencies
7474 uses : " ramsey/composer-install@v2"
7575 with :
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 composer remove --no-update --dev phpcsstandards/phpcsdevcs --no-scripts --no-interaction
109109
110110 # Install dependencies and handle caching in one go.
111- # @link https://github.com/marketplace/actions/install-composer -dependencies
111+ # @link https://github.com/marketplace/actions/install-php -dependencies-with-composer
112112 - name : Install Composer dependencies - normal
113113 if : ${{ matrix.php < 8.3 }}
114114 uses : " ramsey/composer-install@v2"
You can’t perform that action at this time.
0 commit comments