From 87f909c13fc4755174927778709b38095b86e164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:01:51 +0000 Subject: [PATCH] Bump luizm/action-sh-checker from 0.3.0 to 0.7.0 Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.3.0 to 0.7.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](https://github.com/luizm/action-sh-checker/compare/v0.3.0...v0.7.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/sh-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sh-checker.yaml b/.github/workflows/sh-checker.yaml index 95d5e0a..a17aaf1 100644 --- a/.github/workflows/sh-checker.yaml +++ b/.github/workflows/sh-checker.yaml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run sh-checker - uses: luizm/action-sh-checker@v0.3.0 + uses: luizm/action-sh-checker@v0.7.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}