From ec6f3d0623e9bb8da8cc24013af4757b2895c3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:47:19 +0200 Subject: [PATCH] Bump ramsey/composer-install from 2.3.0 to 3.0.0 (#130) Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](https://github.com/ramsey/composer-install/compare/2.3.0...3.0.0) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... 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 239dab8..592c382 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -85,7 +85,7 @@ jobs: uses: "actions/checkout@v4.1.5" - name: "Install dependencies" - uses: "ramsey/composer-install@2.3.0" + uses: "ramsey/composer-install@3.0.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.3.0" + uses: "ramsey/composer-install@3.0.0" with: dependency-versions: "highest" - @@ -199,7 +199,7 @@ jobs: uses: "actions/checkout@v4.1.5" - name: "Install dependencies" - uses: "ramsey/composer-install@2.3.0" + uses: "ramsey/composer-install@3.0.0" with: dependency-versions: "highest" - diff --git a/.github/workflows/outdated.yml b/.github/workflows/outdated.yml index cc5f100..6bcf709 100644 --- a/.github/workflows/outdated.yml +++ b/.github/workflows/outdated.yml @@ -37,7 +37,7 @@ jobs: coverage: "none" - name: "Install dependencies" - uses: "ramsey/composer-install@2.3.0" + uses: "ramsey/composer-install@3.0.0" with: dependency-versions: "highest" -