Skip to content

Commit 43fd138

Browse files
committed
fix(ci): stylua action version number
1 parent 4aef454 commit 43fd138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v2
31-
- uses: JohnnyMorganz/stylua-action@1.0.0
31+
- uses: JohnnyMorganz/stylua-action@v1
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
34+
version: 0.15.1
3435
args: --color always --check lua/

0 commit comments

Comments
 (0)