From d99a66be95ac3ef68e7ca3f3fd12342de886dcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 18:55:45 +0000 Subject: [PATCH] Bump TheDragonCode/php-codestyler from 1.8.5 to 1.8.6 Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/TheDragonCode/php-codestyler/releases) - [Commits](https://github.com/TheDragonCode/php-codestyler/compare/v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: TheDragonCode/php-codestyler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-check.yml | 2 +- .github/workflows/lint-fixer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 60acfe6..9ca27a5 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v2 - name: Checking PHP Syntax - uses: TheDragonCode/php-codestyler@v1.8.5 + uses: TheDragonCode/php-codestyler@v1.8.6 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 7f28c97..1676f9f 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@v2 - name: Checking PHP Syntax - uses: TheDragonCode/php-codestyler@v1.8.5 + uses: TheDragonCode/php-codestyler@v1.8.6 with: fix: true