We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 744286c + 5b77c26 commit fa8b2ebCopy full SHA for fa8b2eb
1 file changed
action.yml
@@ -87,7 +87,7 @@ runs:
87
git log -1 --format="MESSAGE=%s" >> $GITHUB_OUTPUT
88
89
- name: Install dependencies
90
- uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
+ uses: ramsey/composer-install@a8d0d959dab41457692a5e2041bd9b757a119e3f # 3.2.1
91
env:
92
COMPOSER_AUTH: ${{ github.event.client_payload.composerAuthentication.type == 'environment' && github.event.client_payload.composerAuthentication.environment || env.COMPOSER_AUTH }}
93
with:
0 commit comments