From 468887388ec20082d7cbc810ef52e511d0fc6e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:18:20 +0100 Subject: [PATCH] chore(deps): bump php-actions/phpstan from 3.0.2 to 3.0.3 (#130) Bumps [php-actions/phpstan](https://github.com/php-actions/phpstan) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/php-actions/phpstan/releases) - [Commits](https://github.com/php-actions/phpstan/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: php-actions/phpstan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/php-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-lint.yaml b/.github/workflows/php-lint.yaml index 006713f..bbbbfbe 100644 --- a/.github/workflows/php-lint.yaml +++ b/.github/workflows/php-lint.yaml @@ -71,7 +71,7 @@ jobs: ssh_key_pub: ${{secrets.SSH_KEY_PUB}} memory_limit: ${{inputs.COMPOSER_MEMORY_LIMIT}} - - uses: php-actions/phpstan@v3.0.2 + - uses: php-actions/phpstan@v3.0.3 with: path: ${{inputs.PATH}} memory_limit: ${{inputs.COMPOSER_MEMORY_LIMIT}}