diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index cbf6237..aeb4c36 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -51,7 +51,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/lint.yml b/.github/workflows/lint.yml index 19ce342..90569a8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: tools: cs2pr # 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 9a97c14..9664a17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: # Install dependencies and handle caching in one go. # - Updates the test utilities to the most appropriate version for the PHP version on which the tests will be run. - # @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: