diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index a148c44..d50e010 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -20,7 +20,7 @@ jobs: echo "name=${NAME}" >> $GITHUB_OUTPUT - name: ${{ steps.detect.outputs.name }} the code style - uses: TheDragonCode/codestyler@v4 + uses: TheDragonCode/codestyler@v5 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}