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