From 7473495afe2f49b153c43c3b9d71250040545f4a Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 31 Jul 2021 23:45:37 +0200 Subject: [PATCH] Bump helm/kind-action to v1.2.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e755e3..fb28895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.0.0-rc.1 + uses: helm/kind-action@v1.2.0 - name: Get running image ID id: ps run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}")