From ae8134f096440bc172cd2003b2e09875a74c68dc Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Fri, 8 Jan 2021 12:03:07 +0000 Subject: [PATCH] Update php-build --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 49544eb..9665284 100644 --- a/action.yml +++ b/action.yml @@ -90,7 +90,7 @@ runs: ACTION_SSH_DOMAIN: ${{ inputs.ssh_domain }} ACTION_WORKING_DIR: ${{ inputs.working_dir }} id: composer_run - run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/27be075494ae8a9bc0d10deb408e37b197986b8a/php-build.bash) composer \ + run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/12de8e9639452908251dd6307bed69ea669865ae/php-build.bash) composer \ && ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; } shell: bash