From c43cb6ae343ddbf3ebd156b083318af451bad71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 06:24:18 +0000 Subject: [PATCH] Bump TheDragonCode/php-codestyler from 1.5.5 to 1.5.6 Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/TheDragonCode/php-codestyler/releases) - [Commits](https://github.com/TheDragonCode/php-codestyler/compare/v1.5.5...v1.5.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 dd43241..4573809 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.5 + uses: TheDragonCode/php-codestyler@v1.5.6 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index e2bee7b..9536c7d 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.5 + uses: TheDragonCode/php-codestyler@v1.5.6 with: fix: true