From 487a109f500114b3d6a30c10036998c731a0a85c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:48:39 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-shellcheck action to v1.18 --- .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 f64eeec6186..77e0db60682 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v3 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.17 + uses: reviewdog/action-shellcheck@v1.18 build: runs-on: ubuntu-latest