From ed64adbfc5b436a211adf070405c2102bbbeca9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 00:07:35 +0000 Subject: [PATCH] [PROD](renovate) Update overtrue/phplint action to v6.0.4 --- .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..8004078b 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.0.4 - name: DevSkim uses: microsoft/DevSkim-Action@v1