From e020fb23828eb8f05b098c07d35f2604c73baed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 06:02:25 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.7.1 to 9.7.2 in the github-actions group Bumps the github-actions group with 1 update: [overtrue/phplint](https://github.com/overtrue/phplint). Updates `overtrue/phplint` from 9.7.1 to 9.7.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.7.1...9.7.2) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: 9.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14d4f46..6c0a624 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: run: composer validate --strict - name: Run PHP Lint - uses: overtrue/phplint@9.7.1 + uses: overtrue/phplint@9.7.2 with: path: ./src