From 757961f1337b000b79b685009713dbab263504a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:56:12 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.5 to 9.6 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.5 to 9.6. - [Release notes](https://github.com/overtrue/phplint/releases) - [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md) - [Commits](https://github.com/overtrue/phplint/compare/9.5...9.6) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44bb0bd2..366ee984 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Checking PHP syntax error - uses: overtrue/phplint@9.5 + uses: overtrue/phplint@9.6 with: path: . options: --exclude=*.log