From a433581a442b0050ae0db223cabb7f1aade0060a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:49:49 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.10.0 to 1.12.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-e2e.yaml | 2 +- .github/workflows/call-lint-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index 5526c4891..4f2b1de06 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 7e82884ee..8e6b3ecc4 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 }}