Skip to content

Commit e1ce60d

Browse files
author
Greg Bowler
committed
Upgrade php-build
1 parent de935d0 commit e1ce60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
7777
ACTION_ARGS: ${{ inputs.args }}
7878
id: phpstan_run
79-
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpstan \
79+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpstan \
8080
&& ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
8181
shell: bash
8282

0 commit comments

Comments
 (0)