From d935a098b7cf1bc65a02c1fdcec100d9f8d6d828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:48:36 +0000 Subject: [PATCH] Bump mindsers/changelog-reader-action from 2.2.2 to 2.2.3 Bumps [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action) from 2.2.2 to 2.2.3. - [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/b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef...32aa5b4c155d76c94e4ec883a223c947b2f02656) --- updated-dependencies: - dependency-name: mindsers/changelog-reader-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test-chart.yaml | 2 +- .github/workflows/release-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 70c538c0d..63edf8ad0 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -54,7 +54,7 @@ jobs: - name: Get changelog entry if: steps.changes.outputs.changed == 'true' - uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 + uses: mindsers/changelog-reader-action@32aa5b4c155d76c94e4ec883a223c947b2f02656 # v2.2.3 with: path: charts/metrics-server/CHANGELOG.md version: ${{ steps.chart_version.outputs.result }} diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index da0e78b61..59f7b60d1 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -68,7 +68,7 @@ jobs: - name: Get CHANGELOG entry id: changelog_reader if: steps.check_can_release.outputs.continue == 'true' - uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 + uses: mindsers/changelog-reader-action@32aa5b4c155d76c94e4ec883a223c947b2f02656 # v2.2.3 with: path: charts/metrics-server/CHANGELOG.md version: ${{ steps.chart_version.outputs.result }}