diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 2e351b19..e313dece 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.24 + uses: TheDragonCode/codestyler@v3.0.4 fix: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v2.6.24 + uses: TheDragonCode/codestyler@v3.0.4 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true