From 680d92bb0654e8f3bf7a7e39df6fbcf2fc8ce915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 05:40:19 +0000 Subject: [PATCH] build(deps): bump container-tools/kind-action from 1 to 2 Bumps [container-tools/kind-action](https://github.com/container-tools/kind-action) from 1 to 2. - [Release notes](https://github.com/container-tools/kind-action/releases) - [Commits](https://github.com/container-tools/kind-action/compare/v1...v2) --- updated-dependencies: - dependency-name: container-tools/kind-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-lint.yml b/.github/workflows/helm-chart-lint.yml index 1bd6346f..cdc881ec 100644 --- a/.github/workflows/helm-chart-lint.yml +++ b/.github/workflows/helm-chart-lint.yml @@ -88,7 +88,7 @@ jobs: # Preparing a kind cluster to install and test charts on - name: Create kind cluster - uses: container-tools/kind-action@v1 + uses: container-tools/kind-action@v2 with: # upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions version: v0.19.0