diff --git a/action.yml b/action.yml index a4b8332..a3999ab 100644 --- a/action.yml +++ b/action.yml @@ -107,7 +107,7 @@ runs: id: composer_run run: | set -e - bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2.2.0/php-build.bash) composer + bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2/php-build.bash) composer ${{ github.action_path }}/composer-action.bash shell: bash