From 8c33d1a6a5dc92c5ad39d54910cb695caa91c8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 06:15:26 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.6 to 10.0 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.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 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 460710b..e0729ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: run: composer validate --strict - name: Run PHP Lint - uses: overtrue/phplint@9.6 + uses: overtrue/phplint@10.0 with: path: ./src