From b0569f567fb701d0d5269e79eced175f4f463637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:47:17 +0000 Subject: [PATCH] chore(deps): update mindsers/changelog-reader-action action to v2 --- .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 1ab5395..dab1124 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -120,7 +120,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