From 7ede87561c75059e7243b78b3ef3a04c536a73c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:05:31 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.5 to 10.0 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.5 to 10.0. - [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...10.0) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... 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..c8fd8bd1 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@10.0 with: path: . options: --exclude=*.log