diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index f195bc4..c373fee 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -66,7 +66,7 @@ jobs: branch: black - name: committing changed files if: ${{ github.head_ref != '' }} - uses: stefanzweifel/git-auto-commit-action@v4.5.1 + uses: stefanzweifel/git-auto-commit-action@v4.7.2 with: commit_message: 'style(format): reformat with black' branch: ${{ github.head_ref }}