From 4b4edf361f221eb57da6b1c496fbedd24713850d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:23:31 +0000 Subject: [PATCH] Update php-actions/phpstan action to v3.0.3 --- .github/actions/php-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/php-test/action.yml b/.github/actions/php-test/action.yml index bfa8181..011ad19 100644 --- a/.github/actions/php-test/action.yml +++ b/.github/actions/php-test/action.yml @@ -44,7 +44,7 @@ runs: steps: - name: 'PHPStan' if: ${{ inputs.phpstan-enable == 'true' && inputs.php-version == inputs.phpstan-php-version }} - uses: php-actions/phpstan@v3.0.2 + uses: php-actions/phpstan@v3.0.3 with: configuration: ${{ inputs.phpstan-config }} memory_limit: ${{ inputs.phpstan-memory-limit }}