From 9b617fd87d1d0fe94883662681d8011500becf82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 09:57:16 +0000 Subject: [PATCH] chore(deps): bump helm/kind-action from 1.2.0 to 1.7.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.2.0 to 1.7.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/94729529f85113b88f4f819c17ce61382e6d8478...fa81e57adff234b2908110485695db0f181f3c67) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/publish-helm-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5920c5e5b..1d3502f92 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -255,7 +255,7 @@ jobs: id: lint uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a # v2.1.0 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 # v1.2.0 + uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }} diff --git a/.github/workflows/publish-helm-chart.yaml b/.github/workflows/publish-helm-chart.yaml index d8953d4f9..4eb5d7b27 100644 --- a/.github/workflows/publish-helm-chart.yaml +++ b/.github/workflows/publish-helm-chart.yaml @@ -36,7 +36,7 @@ jobs: id: lint uses: helm/chart-testing-action@dae259e86a35ff09145c0805e2d7dd3f7207064a # v2.1.0 - name: Setup Kubernetes cluster (KIND) - uses: helm/kind-action@94729529f85113b88f4f819c17ce61382e6d8478 # v1.2.0 + uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0 with: version: ${{ env.KIND_VERSION }} image: ${{ env.KIND_IMAGE }}