From 0d8bee621acc0c077db49bdde8d9f54c1e9dc80c Mon Sep 17 00:00:00 2001 From: Kurt <10924313+Kurt108@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:21:38 +0000 Subject: [PATCH] df --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7554f1..5672140 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,10 +38,10 @@ jobs: strategy: matrix: k8s: - - v1.30 - - v1.29 - - v1.28 - - v1.27 + - v1.30.0 + - v1.29.0 + - v1.28.0 + - v1.27.0 steps: - name: Checkout uses: actions/checkout@v4.1.7