Skip to content

Commit

Permalink
chore(deps): update ramsey/composer-install action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lctrs-bot authored Feb 29, 2024
2 parents 90a3daf + 5ea4322 commit f8fb436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: "composer validate --ansi --strict"

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

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

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

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

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

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\""

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

Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/phpunit.json\""

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

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

- name: "Install ${{ matrix.dependencies }} dependencies with composer"
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/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: "echo \"::add-matcher::${{ runner.tool_cache }}/php.json\""

- name: "Install ${{ matrix.dependencies }} dependencies with composer"
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 f8fb436

Please sign in to comment.