From 079e5ae7b1267befb5cd9716d3ed3023617d6682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:00:41 +0000 Subject: [PATCH] build(deps): bump overtrue/phplint from 9.1.2 to 9.5.6 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.1.2 to 9.5.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.1.2...9.5.6) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7824b573..93d11af7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: overtrue/phplint@9.1.2 + - uses: overtrue/phplint@9.5.6 php-codesniffer74: name: PHP CS 7.4 runs-on: ubuntu-latest