Skip to content

Commit

Permalink
chore(ci): bump action to silence deprecation warnings (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Dec 15, 2023
1 parent e2b450d commit 682decf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: leafo/gh-actions-lua@v8
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: leafo/gh-actions-lua@v8
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ matrix.luaVersion }}

Expand Down

0 comments on commit 682decf

Please sign in to comment.