diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 2fc0e40..7fa7ca4 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -53,7 +53,7 @@ jobs: run: composer validate --no-check-all # 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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8087801..3b5a5e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: composer require --dev --no-update --no-scripts php-parallel-lint/php-parallel-lint --no-interaction # 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: