diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index d0c8fb6..97ef5aa 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/codestyler@v1.12.4 + uses: TheDragonCode/codestyler@v1.13.0 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index d66cbb0..478396b 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v1.12.4 + uses: TheDragonCode/codestyler@v1.13.0 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true