Skip to content

Commit

Permalink
Merge pull request #1096 from lcobucci/renovate/ramsey-composer-insta…
Browse files Browse the repository at this point in the history
…ll-rollback

Roll back ramsey/composer-install action to 3.0.0
  • Loading branch information
lcobucci authored Dec 10, 2024
2 parents 325ada7 + c1c1a78 commit e748b40
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, composer-normalize, composer-require-checker, composer-unused

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
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 @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: " --ignore-platform-req=php"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tools: composer:v2, cs2pr

- name: "Install dependencies"
uses: "ramsey/composer-install@v3"
uses: "ramsey/composer-install@3.0.0"
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand Down

0 comments on commit e748b40

Please sign in to comment.