Skip to content

Commit fee0e7e

Browse files
committed
Update workflow
1 parent 84c06c2 commit fee0e7e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717

1818
steps:
1919
- name: Checkout addon
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Run luacheck
25-
uses: BigWigsMods/actions/luacheck@master
25+
uses: BigWigsMods/luacheck@main
2626
with:
27-
args: -qo 011
27+
args: -q
2828

2929
- name: Package
3030
uses: BigWigsMods/packager@master

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- name: Checkout addon
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v6
1212

1313
- name: Run luacheck
14-
uses: BigWigsMods/actions/luacheck@master
14+
uses: BigWigsMods/luacheck@main
1515
with:
16-
args: -qo 011
16+
args: -q
1717

0 commit comments

Comments
 (0)