diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index e38c8e6b99e..806610083b6 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -13,4 +13,4 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.2.0 + uses: TheDragonCode/codestyler@v3.8.1 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 4e76bf7ff20..483803ac3b2 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.2.0 + uses: TheDragonCode/codestyler@v3.8.1 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true