Skip to content

Commit 3db4e4b

Browse files
committed
update tarantool and action version in luacheck
1 parent a1e19a1 commit 3db4e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
luacheck:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-latest
1010
if: |
1111
github.event_name == 'push' ||
1212
github.event_name == 'pull_request' &&
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@master
1616

1717
- name: Setup Tarantool
18-
uses: tarantool/setup-tarantool@v2
18+
uses: tarantool/setup-tarantool@v4
1919
with:
2020
tarantool-version: '3.4'
2121

0 commit comments

Comments
 (0)