diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4d6f6db..ce2f62c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,7 +43,7 @@ jobs: echo "is_dirty=${IS_DIRTY}" >> "$GITHUB_OUTPUT" - name: Fix the code style - uses: TheDragonCode/codestyler@v4 + uses: TheDragonCode/codestyler@v5 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true