diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index e15df3bc..3e9d74c8 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.11 + uses: tj-actions/github-changelog-generator@v1.12 with: output: 'HISTORY.md' - name: Create Pull Request