fix(fix-magento-install): remove deprecated set-output

This commit is contained in:
Damien Retzinger
2026-05-02 12:57:10 -04:00
parent 20cbf5d06a
commit c115395583
+1 -1
View File
@@ -14,7 +14,7 @@ runs:
with:
working-directory: ${{ inputs.magento_directory }}
- run: echo "::set-output name=version::$(composer --version | awk '{print $3}')"
- run: echo "version=$(composer --version | awk '{print $3}')" >> $GITHUB_OUTPUT
shell: bash
name: Compute Composer Version
id: init-magento-get-composer-version