diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 6f7d68ab..61e29945 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.2.0 + uses: TheDragonCode/codestyler@v2.3.0 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index be1fca7d..8ae3ba90 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.2.0 + uses: TheDragonCode/codestyler@v2.3.0 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true