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

View File

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