Skip to content

Commit 219f41e

Browse files
Bump ramsey/composer-install from 3 to 4
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v3...v4) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b635b4a commit 219f41e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
php-version: "${{ matrix.php-version }}"
4949
coverage: none
5050

51-
- uses: ramsey/composer-install@v3
51+
- uses: ramsey/composer-install@v4
5252
with:
5353
dependency-versions: highest
5454

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
php-version: "${{ matrix.php-version }}"
4343
coverage: xdebug
4444

45-
- uses: ramsey/composer-install@v3
45+
- uses: ramsey/composer-install@v4
4646
with:
4747
dependency-versions: highest
4848

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
php-version: "${{ matrix.php-version }}"
2929
coverage: none
3030

31-
- uses: ramsey/composer-install@v3
31+
- uses: ramsey/composer-install@v4
3232
with:
3333
dependency-versions: highest
3434

0 commit comments

Comments
 (0)