From 31645eba3cd5c70f12566e083d16d112c79fbffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 08:59:20 +0000 Subject: [PATCH] Bump mindsers/changelog-reader-action from 2.1.1 to 2.2.2 Bumps [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action) from 2.1.1 to 2.2.2. - [Release notes](https://github.com/mindsers/changelog-reader-action/releases) - [Changelog](https://github.com/mindsers/changelog-reader-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/mindsers/changelog-reader-action/compare/5bfb30f7871d5c4cde50cd897314f37578043394...b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef) --- updated-dependencies: - dependency-name: mindsers/changelog-reader-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 0bc178099..741c65359 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -34,7 +34,7 @@ jobs: - name: Get changelog entry id: changelog_reader - uses: mindsers/changelog-reader-action@5bfb30f7871d5c4cde50cd897314f37578043394 + uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef with: path: charts/external-dns/CHANGELOG.md version: "v${{ steps.chart_version.outputs.version }}"