From 6b2defd04688d7744619a0906543d3d52722ec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:13:48 +0000 Subject: [PATCH] Bump helm/kind-action in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 17c830f..649583c 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -35,7 +35,7 @@ jobs: - name: Run chart-testing (lint) run: ct lint --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }} - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) run: ct install --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}