From 9fa86f779b90a80ce35a17e61dc0996409654c8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:01:42 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-suggester action to v1.7.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index e3cb3fb..7d52d6d 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.5 with: tool_name: blackfmt