From 73fe7604c2af86d18919e992578db4bb300661d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:57:12 +0000 Subject: [PATCH] github-actions(deps): bump ramsey/composer-install from 2.2.0 to 2.3.0 (#45) Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bcee272..bbaf551 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: tools: composer:v2 - name: "Composer install" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" with: composer-options: "--prefer-dist" @@ -93,7 +93,7 @@ jobs: run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: "Composer install" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" with: dependency-versions: "${{ matrix.dependencies }}" composer-options: "--prefer-dist"