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