From 49c8023e861be5b97f4fcb7de8136b15d5bca707 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Fri, 26 Apr 2024 10:59:27 -0500 Subject: [PATCH 1/2] Update php-build --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4b8332..b3f0f85 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.1.2/php-build.bash) composer ${{ github.action_path }}/composer-action.bash shell: bash From 071b78e76c1d8570c2470016f06ad4fc37fde292 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Fri, 26 Apr 2024 11:07:11 -0500 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b3f0f85..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.1.2/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