diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8fef10c..6b61629 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: - name: Rector Action run: ./vendor/bin/rector process - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Lint files