From a38e47efba540ea6944db08733d55aa8492f2ec1 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 13 Nov 2023 17:18:11 +0100 Subject: [PATCH] GH Actions: update a few links in inline comments ... as the old URLs are no longer valid. --- .github/workflows/integrationtest.yml | 2 +- .github/workflows/phplint.yml | 2 +- .github/workflows/quicktest.yml | 2 +- .github/workflows/securitycheck.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrationtest.yml b/.github/workflows/integrationtest.yml index 4cb5e55e..c40ef159 100644 --- a/.github/workflows/integrationtest.yml +++ b/.github/workflows/integrationtest.yml @@ -130,7 +130,7 @@ jobs: run: composer config -- disable-tls true # 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 if: ${{ matrix.php != '8.3' }} uses: "ramsey/composer-install@v2" diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index 8919ff9d..b0fe50e7 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -35,7 +35,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/quicktest.yml b/.github/workflows/quicktest.yml index 2b4c7a41..c8348456 100644 --- a/.github/workflows/quicktest.yml +++ b/.github/workflows/quicktest.yml @@ -57,7 +57,7 @@ jobs: run: composer config -- disable-tls true # 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/securitycheck.yml b/.github/workflows/securitycheck.yml index ba88144a..7384789a 100644 --- a/.github/workflows/securitycheck.yml +++ b/.github/workflows/securitycheck.yml @@ -33,7 +33,7 @@ jobs: coverage: 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: