Skip to content

Commit

Permalink
Update php-actions/phpstan action to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 605d1f1 commit 4b4edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/php-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
steps:
- name: 'PHPStan'
if: ${{ inputs.phpstan-enable == 'true' && inputs.php-version == inputs.phpstan-php-version }}
uses: php-actions/[email protected].2
uses: php-actions/[email protected].3
with:
configuration: ${{ inputs.phpstan-config }}
memory_limit: ${{ inputs.phpstan-memory-limit }}
Expand Down

0 comments on commit 4b4edf3

Please sign in to comment.