Skip to content

Commit 17f7114

Browse files
authored
fix(ci): bump action versions (#45)
1 parent b33db94 commit 17f7114

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
luaVersion: [ "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty" ]
17+
luaVersion: [ "5.2", "5.3", "5.4", "luajit-2.1", "luajit-openresty" ]
1818

1919
steps:
2020
- name: checkout source code
2121
uses: actions/checkout@v3
2222

2323
- name: install Lua/LuaJIT
24-
uses: leafo/gh-actions-lua@v8
24+
uses: leafo/gh-actions-lua@v11
2525
with:
2626
luaVersion: ${{ matrix.luaVersion }}
2727

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
luaVersion: [ "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty" ]
20+
luaVersion: [ "5.2", "5.3", "5.4", "luajit-2.1", "luajit-openresty" ]
2121

2222
steps:
2323
- name: checkout source code
2424
uses: actions/checkout@v3
2525

2626
- name: install Lua/LuaJIT
27-
uses: leafo/gh-actions-lua@v8
27+
uses: leafo/gh-actions-lua@v11
2828
with:
2929
luaVersion: ${{ matrix.luaVersion }}
3030

@@ -67,18 +67,18 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
openrestyVersion: [ "1.19.9.1", "1.21.4.3", "1.25.3.1" ]
70+
openrestyVersion: [ "1.19.9.2", "1.21.4.4", "1.25.3.2", "1.27.1.1" ]
7171

7272
steps:
7373
- name: checkout source code
7474
uses: actions/checkout@v3
7575

7676
- name: install Lua/LuaJIT
77-
uses: leafo/gh-actions-lua@v8
77+
uses: leafo/gh-actions-lua@v11
7878
with:
7979
luaVersion: "luajit-openresty"
8080

81-
- uses: leafo/gh-actions-openresty@v1
81+
- uses: leafo/gh-actions-openresty@v2
8282
with:
8383
openrestyVersion: ${{ matrix.openrestyVersion }}
8484

@@ -113,4 +113,4 @@ jobs:
113113

114114
- name: benchmark
115115
run: |
116-
make bench CMD=resty
116+
make bench CMD=resty

0 commit comments

Comments
 (0)