From c83f2d2c168fe19f2bab9922b0d0e929f4e85849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:49:50 +0100 Subject: [PATCH] Bump ramsey/composer-install from 2.2.0 to 2.3.0 (#129) 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/back-end.yml | 6 +++--- .github/workflows/outdated.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index da7fb5f..d49afab 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -85,7 +85,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install dependencies" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" #env: # COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ github.token }}"}}' # yamllint disable-line rule:line-length @@ -155,7 +155,7 @@ jobs: run: "composer validate --no-interaction --strict" - name: "Install dependencies" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" with: dependency-versions: "highest" - @@ -199,7 +199,7 @@ jobs: uses: "actions/checkout@v4.1.1" - name: "Install dependencies" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" with: dependency-versions: "highest" - diff --git a/.github/workflows/outdated.yml b/.github/workflows/outdated.yml index 45a5cf1..21ca6a1 100644 --- a/.github/workflows/outdated.yml +++ b/.github/workflows/outdated.yml @@ -34,7 +34,7 @@ jobs: coverage: "none" - name: "Install dependencies" - uses: "ramsey/composer-install@2.2.0" + uses: "ramsey/composer-install@2.3.0" with: dependency-versions: "highest" -