From ddbbb2ba909b66ad8b7e2342a5a8543965cc28e5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 27 Dec 2023 08:23:06 +0100 Subject: [PATCH] GH Actions: update a few links in inline comments ... as the old URLs are no longer valid. --- .github/workflows/cs.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 8450e8b..bbe5a3d 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.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" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 103045c..f28fab9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: run: composer remove --dev phpunit/phpunit --no-update --no-interaction || 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 - normal if: ${{ steps.composer_toggle.outputs.TYPE == '1' || steps.composer_toggle.outputs.TYPE == '3' }} uses: "ramsey/composer-install@v2"