diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 97e287c..300f111 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -35,7 +35,7 @@ jobs: black backend/app - name: Auto-commit formatted files - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "ci(fmt): black+isort [skip ci]" file_pattern: backend/**/*.py