Skip to content

Commit d4dd265

Browse files
committed
chore: bump ramsey/composer-install action to v4
1 parent ce5a62d commit d4dd265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: composer validate --ansi --strict
3131

3232
- name: Install dependencies
33-
uses: ramsey/composer-install@v3
33+
uses: ramsey/composer-install@v4
3434

3535
- name: Check PHP code style
3636
run: composer cs:check

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
php-version: ${{ matrix.php-version }}
7474

7575
- name: Install dependencies
76-
uses: ramsey/composer-install@v3
76+
uses: ramsey/composer-install@v4
7777
with:
7878
dependency-versions: ${{ matrix.dependencies }}
7979
composer-options: ${{ matrix.composer-options }}

0 commit comments

Comments
 (0)