Skip to content

Commit

Permalink
Bump workflow versions (fixes StyLua bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed Nov 5, 2023
1 parent 3861f3c commit 6b55674
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: JohnnyMorganz/stylua-action@v1
- uses: JohnnyMorganz/stylua-action@v3
with:
version: 0.15.1
version: 0.18.2
token: ${{ secrets.GITHUB_TOKEN }}
args: --check .

lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup
run: |
Expand All @@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: leafo/gh-actions-lua@v8.0.0
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: "5.1"

Expand Down

0 comments on commit 6b55674

Please sign in to comment.