From b7c4b5161d06d5cfcfa8b1386aecf4a1eb28d12a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 15:19:27 +0000 Subject: [PATCH] chore(deps): update reviewdog/action-shellcheck action to v1.15 --- .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 58fb1682..b7ab34c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout to branch uses: actions/checkout@v3 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.14 + uses: reviewdog/action-shellcheck@v1.15 test-pull-requests-from-forks: name: Test changed-files diff on pull_requests from forks