From 0655a6bccad7674db5ee4fdec96461ff3ade2330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:03:23 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-shellcheck action to v1.27 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 868f4420..4ef20e54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.26 + uses: reviewdog/action-shellcheck@v1.27 lint: name: Run Lint