Update stefanzweifel/git-auto-commit-action

This commit is contained in:
OniriCorpe 2024-03-14 16:30:25 +01:00 committed by GitHub
parent e22af3852b
commit 2be866d2b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,6 @@ jobs:
ruff check .
ruff check --fix .
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Python formatting fixes from Black and Ruff'