From b409602029ffefc678e10269e849f1a52354557d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 18:05:11 +0000 Subject: [PATCH] Bump tj-actions/github-changelog-generator from v1.6 to v1.8 Bumps [tj-actions/github-changelog-generator](https://github.com/tj-actions/github-changelog-generator) from v1.6 to v1.8. - [Release notes](https://github.com/tj-actions/github-changelog-generator/releases) - [Changelog](https://github.com/tj-actions/github-changelog-generator/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/github-changelog-generator/compare/v1.6...9dfce8060602a1dc0aef104db49cd4eaec0bca97) Signed-off-by: dependabot[bot] --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index cede5ef..59140bc 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.6 + uses: tj-actions/github-changelog-generator@v1.8 with: output: 'HISTORY.md' - name: Create Pull Request