From 335adce16e4e8701ed7e1085e79610677c2595b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:45:35 +0000 Subject: [PATCH] Bump mindsers/changelog-reader-action Bumps the github-actions group in /.github/workflows with 1 update: [mindsers/changelog-reader-action](https://github.com/mindsers/changelog-reader-action). Updates `mindsers/changelog-reader-action` from 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/v2...v2.2.3) --- updated-dependencies: - dependency-name: mindsers/changelog-reader-action dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index e047b5bf..63b288bc 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -22,7 +22,7 @@ jobs: # Read changelog and read versions etc. - name: Check version is mentioned in Changelog.md id: changelog_reader - uses: mindsers/changelog-reader-action@v2 + uses: mindsers/changelog-reader-action@v2.2.3 with: validation_depth: 10 path: './CHANGELOG.md'