diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 460731f..432272b 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@v2.3.0 diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index baa46ed..1a70236 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@v2.3.0 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true