diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 22ddec9..8dd2674 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -30,7 +30,7 @@ jobs: version: "24.10.0" - name: Auto commit - uses: stefanzweifel/git-auto-commit-action@v7.0.0 + uses: stefanzweifel/git-auto-commit-action@v7.1.0 if: github.actor != 'dependabot[bot]' with: commit_message: "style: ci lint with `black`"