diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index dd432418..60acfe65 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.8.5 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index e2bee7bd..7f28c974 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.8.5 with: fix: true