diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 4573809..60acfe6 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.8.5 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 9536c7d..7f28c97 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.8.5 with: fix: true