Skip to content

Commit 8b93c86

Browse files
committed
Test against k8s 1.34
Signed-off-by: 1gtm <[email protected]>
1 parent b106d3c commit 8b93c86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
- "3.18.6"
4141
- "3.19.0"
4242
steps:
43-
- uses: actions/checkout@v1
43+
- uses: actions/checkout@v4
4444

4545
- name: Set up QEMU
4646
id: qemu
4747
uses: docker/setup-qemu-action@v3
48+
with:
49+
cache-image: false
4850

4951
- name: Set up Docker Buildx
5052
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)