From 93e3c334769d9e907c9f6a64bf653698e6401de9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Jun 2021 17:32:01 +0000 Subject: [PATCH] Update php-actions/phpstan action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c8f77b..e2a32a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: php-actions/composer@v5 with: args: --ignore-platform-reqs - - uses: php-actions/phpstan@v2 + - uses: php-actions/phpstan@v3 with: php_version: 7.4 path: src