Skip to content

Commit 8c9b498

Browse files
author
Greg Bowler
committed
feature: use hash with higher memory
1 parent f0d6924 commit 8c9b498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
id: phpstan_run
8484
run: |
8585
set -e
86-
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/97ac71b53ff6daca57e3ecd4847ece307a34cf2e/php-build.bash) phpstan
86+
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/5e45d00e4a701525bb48c3a906694bbf9a3583bd/php-build.bash) phpstan
8787
${{ github.action_path }}/phpstan-action.bash
8888
shell: bash
8989

0 commit comments

Comments
 (0)