diff --git a/.github/workflows/basics.yml b/.github/workflows/basics.yml index 9ac235ce..7209f9ad 100644 --- a/.github/workflows/basics.yml +++ b/.github/workflows/basics.yml @@ -56,7 +56,7 @@ jobs: wp-coding-standards/wpcs:"dev-develop" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: ramsey/composer-install@v2 with: @@ -70,7 +70,7 @@ jobs: # Show XML violations inline in the file diff. # @link https://github.com/marketplace/actions/xmllint-problem-matcher - - name: Show XML issues inline + - name: Enable showing XML issues inline uses: korelstar/xmllint-problem-matcher@v1 # Validate the ruleset XML file. diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index cc479486..ed144fb7 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -65,7 +65,7 @@ jobs: wp-coding-standards/wpcs:"dev-develop" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies - normal if: ${{ startsWith( matrix.php_version, '8' ) == false && matrix.php_version != 'latest' }} uses: ramsey/composer-install@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4bda001..f2adcf3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: wp-coding-standards/wpcs:"${{ env.WPCS_HIGHEST }}" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies - normal if: ${{ startsWith( matrix.php_version, '8' ) == false }} uses: ramsey/composer-install@v2 @@ -190,7 +190,7 @@ jobs: wp-coding-standards/wpcs:"${{ env.WPCS_HIGHEST }}" # Install dependencies and handle caching in one go. - # @link https://github.com/marketplace/actions/install-composer-dependencies + # @link https://github.com/marketplace/actions/install-php-dependencies-with-composer - name: Install Composer dependencies uses: "ramsey/composer-install@v2" with: