We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744286c commit 4017694Copy full SHA for 4017694
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@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
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