From 529c5562d665badf6c8bf941274b9e7bf2018e61 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 17 Nov 2023 05:34:10 +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 184d2d5..c2dcbed 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -24,7 +24,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 fc8e702..bcecd6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,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 - normal if: matrix.php != '8.3' uses: "ramsey/composer-install@v2"