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}}")