diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml index f030616..2f03437 100644 --- a/.github/workflows/python-format.yml +++ b/.github/workflows/python-format.yml @@ -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'