From aa0ca70926783b4424c3d9621f5393323b52a0f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 04:54:08 +0000 Subject: [PATCH] chore(deps): update tj-actions/github-changelog-generator action to v1.19 --- .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 4f2f784..41f3ad8 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.18 + uses: tj-actions/github-changelog-generator@v1.19 with: output: 'HISTORY.md' - name: Create Pull Request