From 268d2954f7e9993223caa13bd0fa269b1159e6c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:48:12 +0000 Subject: [PATCH] [PROD](renovate) Update overtrue/phplint action to v6.1.0 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 99357834..899b1f36 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -38,7 +38,7 @@ jobs: exclude: 'vendor,tests' - name: Check PHP syntax errors - uses: overtrue/phplint@6.0.0 + uses: overtrue/phplint@6.1.0 - name: DevSkim uses: microsoft/DevSkim-Action@v1