From c628a49af4bf3b8403b68c2187d46d4059e325db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:43:54 +0000 Subject: [PATCH] Update helm/kind-action action to v1.10.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b716818..cf51bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.10.0 - name: Get running image ID id: ps run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}") @@ -183,7 +183,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.10.0 - name: Get running image ID id: ps run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}") @@ -291,7 +291,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.10.0 - name: Get running image ID id: ps run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")