From e940255b9a29bc7bb3ad3ed7916da128e4254725 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 17 Nov 2023 05:40:20 +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 2fc0e40..7fa7ca4 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -53,7 +53,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/test.yml b/.github/workflows/test.yml index 8087801..3b5a5e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,7 @@ jobs: composer require --dev --no-update --no-scripts php-parallel-lint/php-parallel-lint --no-interaction # 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: