From b8f7b4deffc6f423beacd908e3c84337465e17a1 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Sun, 28 Apr 2024 18:19:20 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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