Skip to content

Commit 2a26e64

Browse files
Update ramsey/composer-install action to v3.2.1
1 parent 30351ad commit 2a26e64

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@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
61+
uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # 3.2.1
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)