Skip to content

Commit dc47b8f

Browse files
committed
ci: bump kafka version in workflow
1 parent 3640118 commit dc47b8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/asan_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
cache-dependency-path: 'tests/requirements.txt'
2828

2929
- name: Start Kafka
30-
uses: ybyzek/cp-all-in-one-action@v0.2.1
30+
uses: spicyparrot/kafka-kraft-action@v1.1.3
3131
with:
32-
type: cp-all-in-one-community
32+
kafka-version: "4.0.0"
3333

3434
- name: Install Python dependencies
3535
run: pip install -r tests/requirements.txt

.github/workflows/fast_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
cache-dependency-path: 'tests/requirements.txt'
3939

4040
- name: Start Kafka
41-
uses: ybyzek/cp-all-in-one-action@v0.2.1
41+
uses: spicyparrot/kafka-kraft-action@v1.1.3
4242
with:
43-
type: cp-all-in-one-community
43+
kafka-version: "4.0.0"
4444

4545
- name: Install Python dependencies
4646
run: pip install -r tests/requirements.txt

0 commit comments

Comments
 (0)