From 690c44dcd28284daf3c8840abccab17408d2a91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:01:34 +0000 Subject: [PATCH] Bump TheDragonCode/php-codestyler from 1.5.6 to 1.6.2 Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.5.6 to 1.6.2. - [Release notes](https://github.com/TheDragonCode/php-codestyler/releases) - [Commits](https://github.com/TheDragonCode/php-codestyler/compare/v1.5.6...v1.6.2) --- updated-dependencies: - dependency-name: TheDragonCode/php-codestyler dependency-type: direct:production update-type: version-update:semver-minor ... 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 4573809..f4d0a34 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.5.6 + uses: TheDragonCode/php-codestyler@v1.6.2 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 9536c7d..80cddb5 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.5.6 + uses: TheDragonCode/php-codestyler@v1.6.2 with: fix: true