Skip to content

Commit f7ede33

Browse files
committed
Fix action-sh-checker version to use available release tag
1 parent aa73595 commit f7ede33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v5
4141
- name: Run shfmt
42-
uses: luizm/action-sh-checker@v2
42+
uses: luizm/action-sh-checker@v0.9.0
4343
env:
4444
SHFMT_OPTS: -l -d -i 2 -ci -bn
4545
with:

0 commit comments

Comments
 (0)