diff --git a/.github/workflows/rector.yaml b/.github/workflows/rector.yaml index cfe3c3a..fe7534a 100644 --- a/.github/workflows/rector.yaml +++ b/.github/workflows/rector.yaml @@ -33,6 +33,6 @@ jobs: run: vendor/bin/php-cs-fixer fix --ansi - # commit only to core contributors who have repository access - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: '[TASK] Rector fixes'