From 24dc884209cc665b12198d8914bed2378e10eca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:47:58 +0000 Subject: [PATCH] Build(deps): bump ForNeVeR/ChangelogAutomation.action from 1 to 2 Bumps [ForNeVeR/ChangelogAutomation.action](https://github.com/fornever/changelogautomation.action) from 1 to 2. - [Release notes](https://github.com/fornever/changelogautomation.action/releases) - [Changelog](https://github.com/ForNeVeR/ChangelogAutomation.action/blob/master/CHANGELOG.md) - [Commits](https://github.com/fornever/changelogautomation.action/compare/v1...v2) --- updated-dependencies: - dependency-name: ForNeVeR/ChangelogAutomation.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b4e1f5d..fbdb91da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('gradlew*') }} - name: Read the changelog - uses: ForNeVeR/ChangelogAutomation.action@v1 + uses: ForNeVeR/ChangelogAutomation.action@v2 with: input: ./CHANGELOG.md output: ./changelog-section.md