From dd259a15b736eb26a4d3b58ce47e852c30e9cfff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:56:43 +0000 Subject: [PATCH] build(deps): bump helm/chart-testing-action from 2.4.0 to 2.6.1 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.4.0 to 2.6.1. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.6.1) --- 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/pr-packaging.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-packaging.yml b/.github/workflows/pr-packaging.yml index 14bac4f..e0978b9 100644 --- a/.github/workflows/pr-packaging.yml +++ b/.github/workflows/pr-packaging.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 # FIXME #- name: Run chart-testing (list-changed) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1ae05c..aa5b848 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: go-version: ${{ env.VERSION_GOLANG }} - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run golangci-lint uses: golangci/golangci-lint-action@v3