summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-05-16 10:41:24 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-05-16 10:42:10 -0700
commit1658be6d5da3cf326b1e91d86f92b4ee47bcbc99 (patch)
treeda7ebe29b9ce63ba58f503be4a689de5ad4a5011
parentaf6a2e732d2dfdf174fb2ca1518a72814fd106cf (diff)
ci: update stylua version to v0.20.0
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index ff29fb7..8a110c5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,10 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Stylua
- uses: JohnnyMorganz/stylua-action@v3
+ uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- version: v0.18.2
+ version: v0.20.0
args: --check lua tests
run_tests: