From 00aa6400dff9d82f0baef639b496d60b70a4c437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 06:41:49 +0000 Subject: [PATCH] Bump overtrue/phplint from 9.5.6 to 9.6 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.5.6 to 9.6 - [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.5.6...9.6) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-minor 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 13118fa..460710b 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.5.6 + uses: overtrue/phplint@9.6 with: path: ./src