From 5f9b27de1719e745916a103ea6815d9581813a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:58:08 +0000 Subject: [PATCH] Bump helm/kind-action from 1.8.0 to 1.9.0 (#148) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 6cab586..d8c501f 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -94,7 +94,7 @@ jobs: if: ${{ ! contains(github.ref, 'main') }} steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 - name: Checkout uses: actions/checkout@v4 - name: Run K8s test