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: