Skip to content

Commit

Permalink
Merge pull request #5 from patchlevel/renovate/ramsey-composer-instal…
Browse files Browse the repository at this point in the history
…l-3.x

Update ramsey/composer-install action to v3
  • Loading branch information
DavidBadura authored Mar 2, 2024
2 parents 64110b9 + 9798854 commit 3571688
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@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/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@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

0 comments on commit 3571688

Please sign in to comment.