diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 3d3e140..f5481d1 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@v1.13.1 + uses: TheDragonCode/codestyler@v2.0.1 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index 0a9c151..64a9e13 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@v1.13.1 + uses: TheDragonCode/codestyler@v2.0.1 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true