From 5d7fb54ecca8b2ecc23d65b1e348e56ad8bd532f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 04:01:08 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-shellcheck from 1.7 to 1.9 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.7 to 1.9. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.7...v1.9) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0e59438..89a525a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.7 + uses: reviewdog/action-shellcheck@v1.9 with: github_token: ${{ secrets.github_token }} path: 'commit-msg'