From c115395583913b1beb539aa514a305d8dcbb9364 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sat, 2 May 2026 12:57:10 -0400 Subject: [PATCH] fix(fix-magento-install): remove deprecated set-output --- fix-magento-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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