From c09b7a08df508593e22db5c36d0dedb06a00ac7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:00:13 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.1 to 9.2 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.1 to 9.2. - [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.1...9.2) --- updated-dependencies: - dependency-name: overtrue/phplint 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 8fcee775..4680e2ee 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.1 + uses: overtrue/phplint@9.2 with: path: . options: --exclude=*.log