diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index e38c8e6b99e..70db145d36a 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.6.7 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 4e76bf7ff20..1e46c1057bd 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.6.7 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true