From 837c3609ff349cb75840803c8beee09978edbf5f Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 23 Nov 2023 04:18:50 +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/quicktest.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index c6e97aa2d..1faee6110 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -30,7 +30,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/lint.yml b/.github/workflows/lint.yml index 37684e9d5..54e4b4fc3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,7 +38,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 - normal if: ${{ matrix.php != '8.3' }} uses: "ramsey/composer-install@v2" diff --git a/.github/workflows/quicktest.yml b/.github/workflows/quicktest.yml index 2eb768c1f..d171ccc4c 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -46,7 +46,7 @@ jobs: run: locale -a # 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 uses: "ramsey/composer-install@v2" with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c5aa084c..c2f0dc530 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: run: locale -a # 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: ${{ matrix.php != '8.3' }} uses: "ramsey/composer-install@v2"