Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 48d6055 commit 549d0e8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backward-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
ini-values: memory_limit=-1
extensions: pdo_sqlite, bcmath, intl, sodium

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

- uses: ramsey/composer-install@2.2.0
- uses: ramsey/composer-install@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}
working-directory: 'tools'
Expand Down
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@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.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@3.0.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@3.0.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@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.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@3.0.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down

0 comments on commit 549d0e8

Please sign in to comment.