Skip to content

Commit 017032c

Browse files
Bump ramsey/composer-install from 3 to 4 (#27)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63422d3 commit 017032c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Remove unneeded deps during tests
5858
run: composer remove --dev --no-update facile-it/facile-coding-standard
5959
- name: Install dependencies
60-
uses: "ramsey/composer-install@v3"
60+
uses: "ramsey/composer-install@v4"
6161
with:
6262
dependency-versions: ${{ matrix.dependencies }}
6363
env:
@@ -93,5 +93,5 @@ jobs:
9393
with:
9494
php-version: 7.4
9595
- name: Install dependencies
96-
uses: "ramsey/composer-install@v3"
96+
uses: "ramsey/composer-install@v4"
9797
- run: ${{ matrix.script }}

0 commit comments

Comments
 (0)