From 26f5212870f3e53027d1c91650dce5c1a2ffd44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:34:52 +0000 Subject: [PATCH] Bump igabaydulin/helm-check-action from 0.2.0 to 0.2.1 Bumps [igabaydulin/helm-check-action](https://github.com/igabaydulin/helm-check-action) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/igabaydulin/helm-check-action/releases) - [Commits](https://github.com/igabaydulin/helm-check-action/compare/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: igabaydulin/helm-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cd4acaa..096948f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: with: files: kubeval - - uses: igabaydulin/helm-check-action@0.2.0 + - uses: igabaydulin/helm-check-action@0.2.1 env: CHART_LOCATION: ./helm CHART_VALUES: ./helm/ci/values.yaml