From d2da6cfe6a5322f5095731b785cd65dfd45d1bb3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jan 2022 02:18:55 +0000 Subject: [PATCH] Update tj-actions/github-changelog-generator action to v1.11 --- .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 57d889a..4313f99 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.10 + uses: tj-actions/github-changelog-generator@v1.11 with: output: 'HISTORY.md' - name: Create Pull Request