Skip to content

Commit b1bc53e

Browse files
committed
chore(stylua): fix action version
1 parent 90ba70d commit b1bc53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
steps:
2424
- uses: actions/checkout@v2
25-
- uses: JohnnyMorganz/stylua-action@1.0.0
25+
- uses: JohnnyMorganz/stylua-action@v1
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
# CLI arguments

0 commit comments

Comments
 (0)