diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 6f9a0e2..cf847b8 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -11,4 +11,4 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.3.2 + uses: TheDragonCode/codestyler@v2.6.2 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 212990a..1663da7 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.3.2 + uses: TheDragonCode/codestyler@v2.6.2 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true