Skip to content

Commit dc88467

Browse files
Bump ramsey/composer-install from 3.1.0 to 3.1.1 (#1539)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@a2636af...3cf229d) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2aaf781 commit dc88467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Start MySQL"
2929
run: sudo systemctl start mysql.service
3030

31-
- uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
31+
- uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
3232
with:
3333
composer-options: "--ansi --no-interaction --no-progress --prefer-dist"
3434

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Start MySQL"
2929
run: sudo systemctl start mysql.service
3030

31-
- uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
31+
- uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
3232
with:
3333
composer-options: "--ansi --no-interaction --no-progress --prefer-dist"
3434

0 commit comments

Comments
 (0)