From d7ab28fff8573b7e9124429c3f60f283a6a6e526 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 15:45:11 -0400 Subject: [PATCH] Update tj-actions/github-changelog-generator action to v1.8 (#52) Co-authored-by: Renovate 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 cede5efd..59140bc1 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