From 531390dafdffe11de5fd2ccab26585cbf057e210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:03:17 +0000 Subject: [PATCH] github-actions: bump overtrue/phplint from 9.7.2 to 9.8 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.7.2 to 9.8. - [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.7.2...9.8) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1a1a054d..32236b21 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -85,7 +85,7 @@ jobs: tools: "${{ env.TOOLS }}" - name: "Lint PHP" - uses: "overtrue/phplint@9.7.2" + uses: "overtrue/phplint@9.8" install: name: "Install dependencies"