From 13d7e037c8abaf9e95e8398143062401be1705bf Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Fri, 26 Apr 2024 10:59:59 -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 d0ab882..fd20d25 100644 --- a/action.yml +++ b/action.yml @@ -142,7 +142,7 @@ runs: id: phpunit_run run: | set -e - bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit + bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2.1.2/php-build.bash) phpunit ${{ github.action_path }}/phpunit-action.bash shell: bash From 5e3c8642fdcb9cb98ebd6326e15ebfd9d6a13b55 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Fri, 26 Apr 2024 11:06:23 -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 fd20d25..a75ffd0 100644 --- a/action.yml +++ b/action.yml @@ -142,7 +142,7 @@ runs: id: phpunit_run run: | set -e - bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2.1.2/php-build.bash) phpunit + bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2/php-build.bash) phpunit ${{ github.action_path }}/phpunit-action.bash shell: bash