From 851a8011782b96a674c8f4b992853ef46c0fa29f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 29 Apr 2021 15:59:13 +0200 Subject: [PATCH] ci: switch to action-sh-checker v0.2.0 See also: https://github.com/luizm/action-sh-checker/pull/40#issuecomment-829260125 --- .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 6629c8bf5..6f1917013 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 - name: shfmt - uses: luizm/action-sh-checker@v0.1.13 + uses: luizm/action-sh-checker@v0.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHFMT_OPTS: -s # arguments to shfmt. -- 2.47.3