From af26972ec8faca3be93aa5f38f31c3e827576fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:54:37 +0000 Subject: [PATCH] Bump marcofranssen/setup-chartmuseum from 0.2.1 to 0.3.0 Bumps [marcofranssen/setup-chartmuseum](https://github.com/marcofranssen/setup-chartmuseum) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/marcofranssen/setup-chartmuseum/releases) - [Commits](https://github.com/marcofranssen/setup-chartmuseum/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: marcofranssen/setup-chartmuseum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index 0a57eed..59f77e5 100644 --- a/.github/workflows/helm-chart-ci.yml +++ b/.github/workflows/helm-chart-ci.yml @@ -74,7 +74,7 @@ jobs: - name: Setup chartmuseum if: ${{ steps.list-changed.outputs.changed }} - uses: marcofranssen/setup-chartmuseum@v0.2.1 + uses: marcofranssen/setup-chartmuseum@v0.3.0 with: bootup: true @@ -152,7 +152,7 @@ jobs: - name: Setup chartmuseum if: ${{ needs.lint-chart.outputs.changed }} - uses: marcofranssen/setup-chartmuseum@v0.2.1 + uses: marcofranssen/setup-chartmuseum@v0.3.0 with: bootup: true