diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 1767a2f..2e351b1 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.11 + uses: TheDragonCode/codestyler@v2.6.24 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.11 + uses: TheDragonCode/codestyler@v2.6.24 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true