From ae619230e669afd284fb9b856ee1f08465db19c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:47:17 +0000 Subject: [PATCH] Bump luizm/action-sh-checker from 0.9.0 to 0.10.0 Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/luizm/action-sh-checker/releases) - [Commits](https://github.com/luizm/action-sh-checker/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: luizm/action-sh-checker dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 89d5298..d201ac7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Run shfmt - uses: luizm/action-sh-checker@v0.9.0 + uses: luizm/action-sh-checker@v0.10.0 env: SHFMT_OPTS: -l -d -i 2 -ci -bn with: