Skip to content

Commit 6d3da4b

Browse files
committed
ci: update workflow versions (stylua/checkout)
1 parent 27e93ba commit 6d3da4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/style-check.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Luacheck
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v3
1111

1212
- name: Prepare
1313
run: |
@@ -23,9 +23,10 @@ jobs:
2323
name: StyLua
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Lint with stylua
28-
uses: JohnnyMorganz/stylua-action@1.0.0
28+
uses: JohnnyMorganz/stylua-action@v2
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
31+
version: latest
3132
args: --check .

0 commit comments

Comments
 (0)