From 12e2e252c885f73ac7a95ef0e9d51bebb0ba3db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:59:29 +0000 Subject: [PATCH] github-actions: Bump overtrue/phplint from 8.2 to 9.1 Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 8.2 to 9.1. - [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/8.2...9.1) --- updated-dependencies: - dependency-name: overtrue/phplint dependency-type: direct:production update-type: version-update:semver-major ... 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 fb0d7dc8..06f8252c 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@8.2" + uses: "overtrue/phplint@9.1" install: name: "Install dependencies"