From 92e5a0dc0f90de577066a52dc853d0229212748f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 17 Nov 2023 05:56:04 +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/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index e44fdd010..6a1964709 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -83,7 +83,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 75a227403..6a98eb0f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -85,7 +85,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 0131d48b8..573a496c6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -94,7 +94,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 b1b851565..846dfa225 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,7 +97,7 @@ jobs: coverage: ${{ matrix.coverage == true && 'xdebug' || '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: @@ -203,7 +203,7 @@ jobs: coverage: ${{ matrix.coverage == true && 'xdebug' || '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: