Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 4f3bd9f

Browse files
committed
Fix github action
1 parent 0eaa45b commit 4f3bd9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-extension-compatibility.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050

5151
- name: Cache librdkafka ${{ matrix.librdkafka }} build
5252
id: librdkafka-build-cache
53-
uses: actions/cache@v34
53+
uses: actions/cache@v4
54+
with:
5455
path: ~/build-cache/librdkafka
5556
key: ${{ runner.os }}-librdkafka-${{ matrix.librdkafka }}
5657

0 commit comments

Comments
 (0)