Skip to content

Commit 6d4e857

Browse files
committed
ci: fix stylua action by update to v2
1 parent da1ee9c commit 6d4e857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Lint with stylua
26-
uses: JohnnyMorganz/stylua-action@1.0.0
26+
uses: JohnnyMorganz/stylua-action@v2
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
args: --check .

0 commit comments

Comments
 (0)