diff --git a/.github/workflows/ci-helm-deploy-nginx.yml b/.github/workflows/ci-helm-deploy-nginx.yml index a24c30a..79baae4 100644 --- a/.github/workflows/ci-helm-deploy-nginx.yml +++ b/.github/workflows/ci-helm-deploy-nginx.yml @@ -19,7 +19,7 @@ jobs: version: latest args: release --snapshot --clean --skip=publish - name: Setup kind - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" version: "v0.11.1" diff --git a/.github/workflows/ci-helm-deploy-traefik.yml b/.github/workflows/ci-helm-deploy-traefik.yml index e75336c..b02d4d3 100644 --- a/.github/workflows/ci-helm-deploy-traefik.yml +++ b/.github/workflows/ci-helm-deploy-traefik.yml @@ -24,7 +24,7 @@ jobs: version: latest args: release --snapshot --clean --skip=publish - name: Setup kind - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" version: "v0.11.1" diff --git a/.github/workflows/ci-kustomize-deploy.yml b/.github/workflows/ci-kustomize-deploy.yml index f9e0018..8f13e2b 100644 --- a/.github/workflows/ci-kustomize-deploy.yml +++ b/.github/workflows/ci-kustomize-deploy.yml @@ -19,7 +19,7 @@ jobs: version: latest args: release --snapshot --clean --skip=publish - name: Setup kind - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" version: "v0.11.1"