Skip to content

Commit 060b093

Browse files
committed
ci: bump stylua
1 parent 70a1462 commit 060b093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- uses: actions/checkout@v3
3535

3636
- name: stylua
37-
uses: JohnnyMorganz/stylua-action@v3
37+
uses: JohnnyMorganz/stylua-action@v4
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
40-
version: "0.19"
41-
args: --respect-ignores --check lua scripts
40+
version: "v2.0.2"
41+
args: --check lua scripts
4242

4343
colors:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)