From 39d08291aa5a2db21d861edf1f103f72ab5ec478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 22:22:48 +0000 Subject: [PATCH] Bump TheDragonCode/php-codestyler from 1.10.0 to 1.10.4 Bumps [TheDragonCode/php-codestyler](https://github.com/TheDragonCode/php-codestyler) from 1.10.0 to 1.10.4. - [Release notes](https://github.com/TheDragonCode/php-codestyler/releases) - [Commits](https://github.com/TheDragonCode/php-codestyler/compare/v1.10.0...v1.10.4) --- 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 af5fb139..c39fd4be 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.10.0 + uses: TheDragonCode/php-codestyler@v1.10.4 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 9b422dfc..33f67e38 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.10.0 + uses: TheDragonCode/php-codestyler@v1.10.4 with: fix: true