diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index 4cb5e55e..c40ef159 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -130,7 +130,7 @@ jobs: run: composer config -- disable-tls true # 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 if: ${{ matrix.php != '8.3' }} uses: "ramsey/composer-install@v2" diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index 8919ff9d..b0fe50e7 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -35,7 +35,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/quicktest.yml b/.github/workflows/quicktest.yml index 2b4c7a41..c8348456 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -57,7 +57,7 @@ jobs: run: composer config -- disable-tls true # 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/securitycheck.yml b/.github/workflows/securitycheck.yml index ba88144a..7384789a 100644 --- a/.github/workflows/securitycheck.yml +++ b/.github/workflows/securitycheck.yml @@ -33,7 +33,7 @@ jobs: coverage: none # 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: