From f86172572343cb0ae3dc58643ac122c3e130c49c Mon Sep 17 00:00:00 2001 From: birca Date: Mon, 20 Nov 2023 19:47:52 +0200 Subject: [PATCH] fix --- .github/actions/setup/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d1812a45a..a8de49412 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -21,10 +21,10 @@ runs: uses: helm/chart-testing-action@v2.6.0 - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.8.0 if: ${{ inputs.create-kind-cluster == 'true' }} with: - node_image: kindest/node:v1.24.12 + node_image: kindest/node:v1.28.0 - name: Add Dependencies shell: bash