From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:57:06 +0000 (+0000) Subject: chore(deps): bump luizm/action-sh-checker from 0.5.0 to 0.6.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca51203609954b38b41ea303a4376cbce061150;p=thirdparty%2Fdracut.git chore(deps): bump luizm/action-sh-checker from 0.5.0 to 0.6.0 Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](https://github.com/luizm/action-sh-checker/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: luizm/action-sh-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 234327278..2fc73c0cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - name: shfmt - uses: luizm/action-sh-checker@v0.5.0 + uses: luizm/action-sh-checker@v0.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHFMT_OPTS: -s # arguments to shfmt.