diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 2a329ef..9f836d4 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.1.0 + uses: stefanzweifel/git-auto-commit-action@v7.2.0 if: github.actor != 'dependabot[bot]' with: commit_message: "style: ci lint with `black`"