From 6929d6a6be6243f56c5a44460e948994898e443e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:34:29 +0000 Subject: [PATCH] Bump StephaneBour/actions-php-lint from 8.2 to 8.3 Bumps [StephaneBour/actions-php-lint](https://github.com/stephanebour/actions-php-lint) from 8.2 to 8.3. - [Release notes](https://github.com/stephanebour/actions-php-lint/releases) - [Commits](https://github.com/stephanebour/actions-php-lint/compare/8.2...8.3) --- updated-dependencies: - dependency-name: StephaneBour/actions-php-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/phpcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcheck.yml b/.github/workflows/phpcheck.yml index c197a92..30d0a42 100644 --- a/.github/workflows/phpcheck.yml +++ b/.github/workflows/phpcheck.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4.1.6 - name: PHP Syntax Checker (Lint) - uses: StephaneBour/actions-php-lint@8.2 + uses: StephaneBour/actions-php-lint@8.3 with: dir: ./