diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index 44bff7220..8bc65e67a 100644 --- a/.github/workflows/call-e2e.yaml +++ b/.github/workflows/call-e2e.yaml @@ -83,7 +83,7 @@ jobs: # https://github.com/helm/kind-action - name: Install Kind Bin - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: install_only: true diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 540fb0813..c81433240 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -106,7 +106,7 @@ jobs: # https://github.com/helm/kind-action - name: Create Kind cluster if: ${{ env.RUN_CHANGED == 'true' && env.RUN_JUST_LINT_CHART == 'false' }} - uses: helm/kind-action@v1.9.0 + uses: helm/kind-action@v1.10.0 with: wait: 120s #kubectl_version: ${{ env.K8S_VERSION }}