From 0c8b0036a1b21fedd79f07ddc3480e8e102197b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 05:10:57 +0000 Subject: [PATCH] github-actions: bump overtrue/phplint from 9.2 to 9.3 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 9.2 to 9.3. - [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.2...9.3) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-type: direct:production update-type: version-update:semver-minor ... 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 bf25e20f..663eb8c5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -82,7 +82,7 @@ jobs: tools: "${{ env.TOOLS }}" - name: "Lint PHP" - uses: "overtrue/phplint@9.2" + uses: "overtrue/phplint@9.3" install: name: "Install dependencies"