diff --git a/fix-magento-install/action.yml b/fix-magento-install/action.yml index 317ad2a..e48f0ad 100644 --- a/fix-magento-install/action.yml +++ b/fix-magento-install/action.yml @@ -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