From a069d26d5506791d0ed67abf055c51487f4ea1a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 22:11:43 +0800 Subject: [PATCH] action-deps: bump mrchief/universal-changelog-action from 1.2.1 to 1.3.1 (#978) Bumps [mrchief/universal-changelog-action](https://github.com/mrchief/universal-changelog-action) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/mrchief/universal-changelog-action/releases) - [Changelog](https://github.com/mrchief/universal-changelog-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/mrchief/universal-changelog-action/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: mrchief/universal-changelog-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff4599dcb..915da54b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -369,7 +369,7 @@ jobs: - name: Generate changelog id: generate_changlog - uses: mrchief/universal-changelog-action@v1.2.1 + uses: mrchief/universal-changelog-action@v1.3.1 with: previousReleaseTagNameOrSha: v${{ env.OLD_VERSION }} nextReleaseTagName: v${{ env.NEW_VERSION }}