diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index e3044fe73..9d10170da 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.8.0 + uses: helm/kind-action@v1.9.0 with: install_only: true diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 4d268b3ea..540fb0813 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.8.0 + uses: helm/kind-action@v1.9.0 with: wait: 120s #kubectl_version: ${{ env.K8S_VERSION }}