Skip to content

Commit e01f2b5

Browse files
committed
GH Actions: update a few links in inline comments
... as the old URLs are no longer valid.
1 parent a289727 commit e01f2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
tools: cs2pr
3030

3131
# Install dependencies and handle caching in one go.
32-
# @link https://github.com/marketplace/actions/install-composer-dependencies
32+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
3333
- name: Install Composer dependencies
3434
uses: "ramsey/composer-install@v2"
3535
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: composer remove --dev php-parallel-lint/php-code-style --no-update --no-interaction
5959

6060
# Install dependencies and handle caching in one go.
61-
# @link https://github.com/marketplace/actions/install-composer-dependencies
61+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6262
- name: Install Composer dependencies - normal
6363
if: ${{ matrix.experimental == false }}
6464
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)