diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index b0eadee47..86010ea19 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -18,6 +18,6 @@ jobs: uses: JohnnyMorganz/stylua-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - version: 0.20.0 # pin to a specific version in case of formatting changes + version: 2.0.2 # pin to a specific version in case of formatting changes # CLI arguments args: --check . diff --git a/.vscode/settings.json b/.vscode/settings.json index 88001fcc7..b96eff856 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "[lua]": { "editor.defaultFormatter": "JohnnyMorganz.stylua" }, - "stylua.targetReleaseVersion": "v0.20.0", + "stylua.targetReleaseVersion": "v2.0.2", "Lua.runtime.version": "Lua 5.1", "Lua.workspace.library": [ "DCS_API_defs.lua"