Skip to content

Commit bc8c073

Browse files
authored
chore: Update GitHub action (#47)
1 parent 0e56bc7 commit bc8c073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: Lua style
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: JohnnyMorganz/stylua-action@v1
12+
- uses: actions/checkout@v4
13+
- uses: JohnnyMorganz/stylua-action@v4
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
version: latest

0 commit comments

Comments
 (0)