From 3a2fea85e80facecdafe15afdede1f6b14a5f585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:18:21 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-shellcheck action to v1.24 --- .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 7949c97..b9c1307 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.23 + uses: reviewdog/action-shellcheck@v1.24 test: name: Test verify-changed-files runs-on: ${{ matrix.platform }}