From 02b4fe700a68e89b46a569c24a9860e6c359ac96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 03:32:54 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-suggester action to v1.7.3 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..501acdd 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.3 with: tool_name: blackfmt