From 77ce343b164c839fb6fb44c15805c19334caa631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:08:16 +0000 Subject: [PATCH] Bump luizm/action-sh-checker from 0.5.0 to 0.6.0 Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](https://github.com/luizm/action-sh-checker/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: luizm/action-sh-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-shell.yml b/.github/workflows/push-shell.yml index c430f26..51fb632 100644 --- a/.github/workflows/push-shell.yml +++ b/.github/workflows/push-shell.yml @@ -28,6 +28,6 @@ jobs: uses: actions/checkout@v3 - name: Run shfmt - uses: luizm/action-sh-checker@v0.5.0 + uses: luizm/action-sh-checker@v0.6.0 with: sh_checker_shellcheck_disable: true