From a177602edd3efc7e2511e88d99ffa3e290595652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Feb 2022 12:43:52 +0100 Subject: [PATCH] chore(deps): update mindsers/changelog-reader-action action to v2 Co-authored-by: Renovate Bot --- .github/workflows/build-release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 60b9c25..3a38131 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -113,7 +113,7 @@ jobs: - name: Get CHANGELOG.md entry id: changelog_reader - uses: mindsers/changelog-reader-action@v1 + uses: mindsers/changelog-reader-action@v2 with: version: ${{ steps.tag_name.outputs.current_version }} path: ./CHANGELOG.md