Skip to content

Commit

Permalink
github-actions(deps): bump ramsey/composer-install from 1.3.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1.3.0 to 2.1.0.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@1.3.0...2.1.0)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2022
1 parent b4b2b1e commit 74bb3e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

-
name: "Install dependencies with composer"
uses: "ramsey/composer-install@1.3.0"
uses: "ramsey/composer-install@2.1.0"
with:
composer-options: "--no-scripts"
-
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

-
name: "Install dependencies with composer"
uses: "ramsey/composer-install@1.3.0"
uses: "ramsey/composer-install@2.1.0"
with:
composer-options: "--no-scripts"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

-
name: "Install dependencies with composer"
uses: "ramsey/composer-install@1.3.0"
uses: "ramsey/composer-install@2.1.0"
with:
composer-options: "--no-scripts"

Expand Down

0 comments on commit 74bb3e7

Please sign in to comment.