Skip to content

Commit 19857d2

Browse files
dependabot[bot]flavioheleno
authored andcommitted
Bump ramsey/composer-install from 3.0.0 to 3.1.1
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@57532f8...3cf229d) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6b8d49 commit 19857d2

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
@@ -42,7 +42,7 @@ jobs:
4242
run: composer validate --strict
4343

4444
- name: Install dependencies
45-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
45+
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
4646
with:
4747
dependency-versions: ${{ matrix.dependency-versions }}
4848
composer-options: ${{ matrix.composer-options }}

.github/workflows/static-analysis.yml

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

3333
- name: Install dependencies
34-
uses: ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a # v3.0.0
34+
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # v3.1.1
3535
with:
3636
dependency-versions: lowest
3737

0 commit comments

Comments
 (0)