diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index 5526c489..4f2b1de0 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.10.0 + uses: helm/kind-action@v1.12.0 with: install_only: true diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 7e82884e..8e6b3ecc 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.10.0 + uses: helm/kind-action@v1.12.0 with: wait: 120s #kubectl_version: ${{ env.K8S_VERSION }}