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/deploy.yml b/.github/workflows/deploy.yml index 9a58d52..f7fadbf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -79,7 +79,7 @@ jobs: # however, Composer packages downloaded are not cached via Grunt. # Running `composer install` ahead of time will ensure that the cache is warmed up # and available across runs of the same workflow. - # @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 31481a1..66751f8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,7 +51,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: