From d49e4927f8415ff6617aeb668e92be9bc6313640 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 17 Nov 2023 06:02:14 +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/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: