From 412ab6391ea7d58a7c7bedfaf268a5ae6b660d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 17:29:20 +0000 Subject: [PATCH] chore(deps): update tj-actions/github-changelog-generator action to v1.17 --- .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 6b410a65c9d..187336f531e 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -22,7 +22,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.15 + uses: tj-actions/github-changelog-generator@v1.17 with: output: 'HISTORY.md' - name: Create Pull Request