diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 632c2fe..aae97a3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,7 +22,7 @@ jobs: run: | black . - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4.12.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: Apply formatting changes branch: main