Skip to content

Commit 362280c

Browse files
github-actions(deps): bump ramsey/composer-install from 3.1.1 to 4.0.0 (#96)
1 parent e04b497 commit 362280c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: "composer validate"
4040

4141
- name: "Install dependencies with composer"
42-
uses: "ramsey/composer-install@3.1.1"
42+
uses: "ramsey/composer-install@4.0.0"
4343
with:
4444
composer-options: "--no-scripts"
4545

@@ -71,7 +71,7 @@ jobs:
7171
php-version: "${{ matrix.php-version }}"
7272

7373
- name: "Install dependencies with composer"
74-
uses: "ramsey/composer-install@3.1.1"
74+
uses: "ramsey/composer-install@4.0.0"
7575

7676
- name: "Static code analysis"
7777
run: "vendor/bin/phpstan analyse --configuration phpstan.neon.dist --no-progress"
@@ -98,7 +98,7 @@ jobs:
9898
php-version: "${{ matrix.php-version }}"
9999

100100
- name: "Install dependencies with composer"
101-
uses: "ramsey/composer-install@3.1.1"
101+
uses: "ramsey/composer-install@4.0.0"
102102

103103
- name: "Run unit tests"
104104
run: "vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=.build/logs/clover.xml"

0 commit comments

Comments
 (0)