From f23484d2a71feeca38970e52df29058e0fb5efde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:12:11 +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/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index a79e75c2..eeb353e7 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -48,7 +48,7 @@ jobs: run: dotnet pack --configuration Release -p:Version=${{ steps.version.outputs.version }} - name: Read the changelog id: changelog - uses: ForNeVeR/ChangelogAutomation.action@v1 + uses: ForNeVeR/ChangelogAutomation.action@v2 with: output: ./release-notes.md