From c029ed4f59e1c7d3218bd7ebfa580eaa15a67fe8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Jan 2022 01:25:43 +0000 Subject: [PATCH] Update tj-actions/github-changelog-generator action to v1.10 --- .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 54ccc7303f2..02ea3837f86 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.8 + uses: tj-actions/github-changelog-generator@v1.10 with: output: 'HISTORY.md' - name: Create Pull Request