Skip to content

Commit

Permalink
chore(ci): Bump GitHub workflow actions to latest versions (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Feb 12, 2024
1 parent 659c32e commit 8aeebf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@v1
4 changes: 2 additions & 2 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty"]

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

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

Expand Down

0 comments on commit 8aeebf5

Please sign in to comment.