Skip to content

Commit 30351ad

Browse files
authored
Merge pull request #26 from packagist/renovate/ramsey-composer-install-3.x
Update ramsey/composer-install action to v3.2.0
2 parents 9f06e0b + de70e64 commit 30351ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
run: echo 'COMPOSER_AUTH=${{ github.event.client_payload.composerAuthentication.environment }}' >> "$GITHUB_ENV"
5959

6060
- name: Install dependencies
61-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
61+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
6262
with:
6363
working-directory: "${{ github.event.client_payload.workingDirectory }}"
6464
composer-options: "${{ github.event.client_payload.settings.debug == true && '-vvv' || '' }}"

0 commit comments

Comments
 (0)