From 3444b3f1bf70c7ef96c357c70381329fb08a6b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:10:42 +0000 Subject: [PATCH] chore(deps): bump camptocamp/helm-dependency-update-action Bumps [camptocamp/helm-dependency-update-action](https://github.com/camptocamp/helm-dependency-update-action) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/camptocamp/helm-dependency-update-action/releases) - [Changelog](https://github.com/camptocamp/helm-dependency-update-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/helm-dependency-update-action/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: camptocamp/helm-dependency-update-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/modules-chart-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/modules-chart-update.yaml b/.github/workflows/modules-chart-update.yaml index 52d4fd1a2b..2e77b2a121 100644 --- a/.github/workflows/modules-chart-update.yaml +++ b/.github/workflows/modules-chart-update.yaml @@ -59,7 +59,7 @@ jobs: - name: "Upgrade Helm chart dependencies" id: deps-update - uses: camptocamp/helm-dependency-update-action@v0.4.1 + uses: camptocamp/helm-dependency-update-action@v0.5.0 with: chart-path: "charts/${{ matrix.chart-name }}" readme-path: "README.adoc"