From 19afc2fb0e675d6b2ae197a4fa59145b069451b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 10:57:40 +0000 Subject: [PATCH] chore(deps): Bump lumaxis/shellcheck-problem-matchers Bumps [lumaxis/shellcheck-problem-matchers](https://github.com/lumaxis/shellcheck-problem-matchers) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/lumaxis/shellcheck-problem-matchers/releases) - [Commits](https://github.com/lumaxis/shellcheck-problem-matchers/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: lumaxis/shellcheck-problem-matchers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 85ca853..5d4a1b0 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Register ShellCheck problem matchers - uses: lumaxis/shellcheck-problem-matchers@v2.0.0 + uses: lumaxis/shellcheck-problem-matchers@v2.1.0 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master