From 9db9e349aec81259c3185b3a8ac5c118d4b5e4ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:55:49 +0000 Subject: [PATCH] build(deps): Update mindsers/changelog-reader-action action to v2.3.0 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 344eab5..78772c4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -125,7 +125,7 @@ jobs: - name: Get Changelog Entry if: startsWith(github.ref, 'refs/tags/') id: changelog_reader - uses: mindsers/changelog-reader-action@v2.2.3 + uses: mindsers/changelog-reader-action@v2.3.0 with: version: v${{ env.PROJECT_VERSION }} path: ./CHANGELOG.md