From a09408c57e2603a92096c3762fbb9cb70f59e390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:57:02 +0000 Subject: [PATCH] chore(deps): update luizm/action-sh-checker action to v0.6.0 --- .github/workflows/lint-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-shell.yml b/.github/workflows/lint-shell.yml index 648b68f1..148a42bd 100644 --- a/.github/workflows/lint-shell.yml +++ b/.github/workflows/lint-shell.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Check format with shfmt and lint with shellcheck - uses: luizm/action-sh-checker@v0.5.0 + uses: luizm/action-sh-checker@v0.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: