diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index e38c8e6b99e..657570459fa 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.0 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 4e76bf7ff20..84649c7f45d 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.0 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true