From d4144be438a074e47e17fb5eee7ee60c2022a3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:01:45 +0000 Subject: [PATCH] Bump helm/kind-action from 1.2.0 to 1.5.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.5.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.2.0...v1.5.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/test-forked.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-forked.yml b/.github/workflows/test-forked.yml index 0c062340ab..2db96d0ed9 100644 --- a/.github/workflows/test-forked.yml +++ b/.github/workflows/test-forked.yml @@ -197,7 +197,7 @@ jobs: - name: Create k8s Kind Cluster if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }} - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.5.0 with: version: v0.11.1 config: test/e2e/config/kind.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 864e5a75a4..8c5d7189cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -194,7 +194,7 @@ jobs: - name: Create k8s Kind Cluster if: ${{ steps.properties.outputs.k8s_platform == 'kind' && !env.ACT }} - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.5.0 with: version: v0.11.1 config: test/e2e/config/kind.yaml