Skip to content

Commit 3a65c5b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ 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/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpstan \
79+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpstan \
8080
&& ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
8181
shell: bash
8282

8383
branding:
8484
icon: 'check-square'
85-
color: 'purple'
85+
color: 'purple'

0 commit comments

Comments
 (0)