Skip to content

Commit

Permalink
Update ramsey/composer-install action to v2.3.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | ramsey/composer-install | 2.2.0 | 2.3.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 64110b9 commit dc1610e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@2.3.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down

0 comments on commit dc1610e

Please sign in to comment.