diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index e3cb3fb..9f4bd7f 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -49,6 +49,6 @@ jobs: branch-suffix: short-commit-hash - name: annotate diff changes using reviewdog if: steps.action_black.outputs.is_formatted == 'true' && github.head_ref != '' - uses: reviewdog/action-suggester@v1.7.1 + uses: reviewdog/action-suggester@v1.7.4 with: tool_name: blackfmt