From 5e8abb3e1fdc35475bda0bfd9ba63665b2de2f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 05:57:14 +0000 Subject: [PATCH] github-actions: Bump overtrue/phplint from 9.6 to 10.0 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.6 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.6...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/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 628a7624..f8e48c87 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -83,7 +83,7 @@ jobs: tools: "${{ env.TOOLS }}" - name: "Lint PHP" - uses: "overtrue/phplint@9.6" + uses: "overtrue/phplint@10.0" install: name: "Install dependencies"