Skip to content

Commit aac8db1

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

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
@@ -39,11 +39,13 @@ jobs:
3939
- "3.17.3"
4040
- "3.18.5"
4141
steps:
42-
- uses: actions/checkout@v1
42+
- uses: actions/checkout@v4
4343

4444
- name: Set up QEMU
4545
id: qemu
4646
uses: docker/setup-qemu-action@v3
47+
with:
48+
cache-image: false
4749

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

0 commit comments

Comments
 (0)