Skip to content

Commit 163feaf

Browse files
author
Greg Bowler
committed
Update php-build
1 parent b77b270 commit 163feaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
ACTION_SSH_DOMAIN: ${{ inputs.ssh_domain }}
9191
ACTION_WORKING_DIR: ${{ inputs.working_dir }}
9292
id: composer_run
93-
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) composer \
93+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/27be075494ae8a9bc0d10deb408e37b197986b8a/php-build.bash) composer \
9494
&& ${{ github.action_path }}/composer-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
9595
shell: bash
9696

0 commit comments

Comments
 (0)