From 53acb3010e78db3d3b97b626d59498bc2cf9eef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 09:09:32 +0000 Subject: [PATCH] chore(deps): update tj-actions/github-changelog-generator action to v1.18 (#1017) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 187336f5..38ff63cf 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.17 + uses: tj-actions/github-changelog-generator@v1.18 with: output: 'HISTORY.md' - name: Create Pull Request