Skip to content

Commit 8264344

Browse files
committed
fix: bump capi
1 parent 41015b3 commit 8264344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Start Consumer API
1515
uses: ./
1616
with:
17-
consumerapi-version: v4.1.3
17+
consumerapi-version: v4.2.0
1818

1919
- run: curl localhost:5000/health
2020

@@ -30,6 +30,6 @@ jobs:
3030
uses: ./
3131
with:
3232
consumerapi-port: 5001
33-
consumerapi-version: v4.1.3
33+
consumerapi-version: v4.2.0
3434

3535
- run: curl localhost:5001/health

0 commit comments

Comments
 (0)