From 2bd45efe7ed7ee160a5cc096f9d4c5ee0b940428 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:33:12 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-suggester action to v1.7.5 --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index dca723d..318c70a 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -32,7 +32,7 @@ jobs: - name: shellcheck suggest if: ${{ github.event_name }} == 'pull_request' - uses: reviewdog/action-suggester@v1.7.4 + uses: reviewdog/action-suggester@v1.7.5 with: tool_name: shellcheck