From e3f29dbc25eb46d31a86477996078ed37f25d0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:43:01 +0000 Subject: [PATCH] chore(deps): bump helm/chart-testing-action from 2.6.1 to 2.7.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-helm.yml | 2 +- .github/workflows/ci-helm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-helm.yml b/.github/workflows/cd-helm.yml index 023070f25a8e..f5e2684cf2b2 100644 --- a/.github/workflows/cd-helm.yml +++ b/.github/workflows/cd-helm.yml @@ -33,7 +33,7 @@ jobs: - uses: azure/setup-helm@v4.2.0 with: version: v3.12.1 - - uses: helm/chart-testing-action@v2.6.1 + - uses: helm/chart-testing-action@v2.7.0 - uses: helm/kind-action@v1.12.0 with: node_image: kindest/node:v1.32.0 diff --git a/.github/workflows/ci-helm.yml b/.github/workflows/ci-helm.yml index 23f23213e464..8a638a2a7b80 100644 --- a/.github/workflows/ci-helm.yml +++ b/.github/workflows/ci-helm.yml @@ -32,7 +32,7 @@ jobs: with: version: v3.12.1 - name: Set up Chart Testing CLI - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Change Detection id: list-changed run: |