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