ci(stylua): explicitly set the version to latest (#20869)

This will silence the warning about needing to pin the version in the
Summary Page.
This commit is contained in:
dundargoc 2022-10-30 11:08:59 +01:00 committed by GitHub
parent e0dff29adc
commit 6e84a46abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ jobs:
uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check runtime/
- if: "!cancelled()"