Skip to content

Commit

Permalink
ci(github): ramsey/composer-install updated from v2 to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 21, 2024
1 parent 07adf1d commit 91bef14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/php/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:

- name: Install dependencies
if: ${{ inputs.dependencies == 'true' || inputs.dependencies == 1 }} # https://github.com/actions/runner/issues/1483
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ inputs.working-directory }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
composer config "repositories.${PKG}" path "../${PKG}"
done <<< "${PACKAGES}"
- name: Install package dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ needs.settings.outputs.packages-directory }}/${{ matrix.package }}
- name: Check 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 @@ -153,7 +153,7 @@ jobs:
done <<< "${PACKAGES}"
- name: Install dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3
with:
working-directory: ${{ env.WORKING_DIRECTORY }}
dependency-versions: ${{ matrix.dependencies }}
Expand Down

0 comments on commit 91bef14

Please sign in to comment.