From 9377f670efd25de4e1de2b630965ca6c04cb1e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 10:53:54 +0200 Subject: [PATCH] Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#1953) Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ludeeus/action-shellcheck/releases) - [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88fe308..691d62f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,4 +49,4 @@ jobs: uses: actions/checkout@v2 - name: Run linter - uses: ludeeus/action-shellcheck@1.0.0 \ No newline at end of file + uses: ludeeus/action-shellcheck@1.1.0 \ No newline at end of file