From 5e9c435fe71bb11ddb2ad873c284f3077c297db6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 06:01:04 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-suggester action to v1.7.2 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..228b577 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.2 with: tool_name: blackfmt