From d3429ecee2765e32695e08c00e8f699b8cbb27eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:48:24 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.20.0 to 1.21.0 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9608853..db9cba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check code style uses: reviewdog/action-shfmt@v1.0.2 - name: Run static analysis - uses: reviewdog/action-shellcheck@v1.20.0 + uses: reviewdog/action-shellcheck@v1.21.0 - name: Run tests run: | # workaround for https://github.com/actions/runner-images/issues/9644