Skip to content

Commit b44e051

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
This GitHub Action starts a Backbone Consumer API instance including its dependencies.
66

77
The inputs are:
8+
89
- `consumerapi-version` (e.g. `v4.0.0`) must be specified. See [GitHub](https://github.com/nmshd/backbone/releases) for a list of available versions
910
- `consumerapi-port` (default `5000`)
1011

@@ -22,11 +23,11 @@ jobs:
2223
steps:
2324
- name: Checkout
2425
uses: actions/checkout@v4
25-
26+
2627
- name: Start Consumer API
2728
uses: nmshd/start-backbone:v1.0.0
2829
with:
29-
consumerapi-version: v4.1.3
30+
consumerapi-version: v4.2.0
3031
```
3132
3233
## License

0 commit comments

Comments
 (0)